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.
20 lines
673 B
20 lines
673 B
module github.com/gissleh/stufflog
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/AchievementNetwork/stringset v1.1.0
|
|
github.com/Masterminds/squirrel v1.5.0
|
|
github.com/aws/aws-lambda-go v1.22.0
|
|
github.com/awslabs/aws-lambda-go-api-proxy v0.9.0
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/lib/pq v1.9.0
|
|
github.com/mattn/go-sqlite3 v1.14.6 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pressly/goose v2.6.0+incompatible // indirect
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
)
|