You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
338 B
Modula-2
12 lines
338 B
Modula-2
module git.runcible.io/androiddrew/cookiecutter-golang-server
|
|
|
|
go 1.23.3
|
|
|
|
require (
|
|
github.com/golang-migrate/migrate/v4 v4.18.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.24 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
)
|