gas-stack/go.mod
wispem-wantex 229f41e478
Some checks failed
CI / build-docker (push) Successful in 4s
CI / build-docker-bootstrap (push) Has been skipped
CI / release-test (push) Failing after 9s
schema: add tests to show that migrations can be validated
2026-02-07 18:12:53 -08:00

21 lines
532 B
Modula-2

module git.offline-twitter.com/offline-labs/gas-stack
go 1.22.5
require (
github.com/go-test/deep v1.1.1
github.com/jinzhu/inflection v1.0.0
github.com/jmoiron/sqlx v1.4.0
github.com/mattn/go-sqlite3 v1.14.24
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)