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.

16 lines
479 B

3 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. golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
  14. )