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.

20 lines
673 B

4 years ago
  1. module github.com/gissleh/stufflog
  2. go 1.14
  3. require (
  4. github.com/AchievementNetwork/stringset v1.1.0
  5. github.com/Masterminds/squirrel v1.5.0
  6. github.com/aws/aws-lambda-go v1.22.0
  7. github.com/awslabs/aws-lambda-go-api-proxy v0.9.0
  8. github.com/gin-gonic/gin v1.6.3
  9. github.com/go-sql-driver/mysql v1.5.0 // indirect
  10. github.com/jmoiron/sqlx v1.2.0
  11. github.com/lib/pq v1.9.0
  12. github.com/mattn/go-sqlite3 v1.14.6 // indirect
  13. github.com/pkg/errors v0.9.1 // indirect
  14. github.com/pressly/goose v2.6.0+incompatible // indirect
  15. github.com/ziutek/mymysql v1.5.4 // indirect
  16. golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
  17. google.golang.org/appengine v1.6.7 // indirect
  18. )