21 lines
485 B
Modula-2
21 lines
485 B
Modula-2
module boxes-api
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/rs/cors v1.11.1
|
|
github.com/stretchr/testify v1.9.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|