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
528 B
17 lines
528 B
module github.com/gisle/stufflog
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/urfave/cli v1.22.1
|
|
github.com/vmihailenco/msgpack/v4 v4.2.0
|
|
go.etcd.io/bbolt v1.3.3
|
|
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad
|
|
golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72 // indirect
|
|
golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 // indirect
|
|
google.golang.org/appengine v1.6.3 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|