go-jamming/go.mod

13 lines
281 B
Modula-2

module brainbaking.com/go-jamming
go 1.16
require (
github.com/gorilla/mux v1.8.0
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-retryablehttp v0.6.8
github.com/rs/zerolog v1.21.0
github.com/stretchr/testify v1.7.0
willnorris.com/go/microformats v1.1.1
)