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
11 lines
238 B
module git.aiterp.net/stufflog3/stufflog3-api
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/kyleconroy/sqlc v1.13.0
|
|
)
|
|
|
|
require golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|