Plan stuff. Log stuff.
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

4 years ago
  1. module github.com/gisle/stufflog
  2. go 1.13
  3. require (
  4. github.com/davecgh/go-spew v1.1.1 // indirect
  5. github.com/gin-gonic/gin v1.4.0
  6. github.com/stretchr/testify v1.4.0
  7. github.com/urfave/cli v1.22.1
  8. github.com/vmihailenco/msgpack/v4 v4.2.0
  9. go.etcd.io/bbolt v1.3.3
  10. golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad
  11. golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72 // indirect
  12. golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 // indirect
  13. google.golang.org/appengine v1.6.3 // indirect
  14. gopkg.in/yaml.v2 v2.2.2
  15. )