You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
460 B
17 lines
460 B
module brainbaking.com/go-jamming
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/goddtriffin/helmet v1.0.2
|
|
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
|
|
github.com/tidwall/buntdb v1.2.3
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
|
|
golang.org/x/time v0.0.0-20220411224347-583f2d630306
|
|
willnorris.com/go/microformats v1.1.1
|
|
)
|