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.
|
module go.dev.pztrn.name/inn2-fudforum-auth
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/lib/pq v1.2.0
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|
|
|
|
require google.golang.org/appengine v1.6.7 // indirect
|