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.

19 lines
627 B

3 years ago
3 years ago
3 years ago
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/Masterminds/squirrel v1.5.0
  5. github.com/gin-gonic/gin v1.7.1
  6. github.com/go-sql-driver/mysql v1.6.0
  7. github.com/jmoiron/sqlx v1.3.4
  8. github.com/lib/pq v1.10.3 // indirect
  9. github.com/lucasb-eyer/go-colorful v1.2.0
  10. github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
  11. github.com/olekukonko/tablewriter v0.0.5
  12. github.com/pkg/errors v0.9.1 // indirect
  13. github.com/pressly/goose v2.7.0+incompatible
  14. golang.org/x/crypto v0.0.0-20210915214749-c084706c2272 // indirect
  15. golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
  16. gopkg.in/yaml.v2 v2.2.8
  17. )