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.
24 lines
834 B
24 lines
834 B
module nucleus
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/go-oauth2/oauth2/v4 v4.5.2
|
|
github.com/go-session/session v3.1.2+incompatible
|
|
gorm.io/gorm v1.25.2
|
|
)
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/tidwall/btree v0.0.0-20191029221954-400434d76274 // indirect
|
|
github.com/tidwall/buntdb v1.1.2 // indirect
|
|
github.com/tidwall/gjson v1.12.1 // indirect
|
|
github.com/tidwall/grect v0.0.0-20161006141115-ba9a043346eb // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e // indirect
|
|
github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect
|
|
)
|
|
|