Loggest thy 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.

11 lines
238 B

  1. module git.aiterp.net/stufflog3/stufflog3-api
  2. go 1.17
  3. require (
  4. github.com/gin-gonic/gin v1.7.7
  5. github.com/go-sql-driver/mysql v1.6.0
  6. github.com/kyleconroy/sqlc v1.13.0
  7. )
  8. require golang.org/x/sync v0.0.0-20210220032951-036812b2e83c