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.

15 lines
466 B

3 years ago
3 years ago
3 years ago
3 years ago
  1. module git.aiterp.net/lucifer/new-server
  2. go 1.16
  3. require (
  4. github.com/gin-gonic/gin v1.7.1
  5. github.com/go-sql-driver/mysql v1.6.0
  6. github.com/jmoiron/sqlx v1.3.4
  7. github.com/lib/pq v1.10.2 // indirect
  8. github.com/lucasb-eyer/go-colorful v1.2.0
  9. github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
  10. github.com/pkg/errors v0.9.1 // indirect
  11. github.com/pressly/goose v2.7.0+incompatible
  12. golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
  13. )