actually fix modules

This commit is contained in:
stryan 2022-03-07 13:13:34 -05:00
parent ee011f5e1d
commit e09c1c64e9
4 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
package main
import "git.saintnet.tech/freego"
import "git.saintnet.tech/stryan/freego"
//type newGameReq struct{}

2
go.mod
View File

@ -3,6 +3,6 @@ module git.saintnet.tech/freego_api
go 1.17
require (
git.saintnet.tech/freego v0.0.0-00010101000000-000000000000 // indirect
git.saintnet.tech/stryan/freego v0.0.0-20220307180035-64bab97c38d6 // indirect
github.com/gorilla/mux v1.8.0 // indirect
)

2
go.sum
View File

@ -1,2 +1,4 @@
git.saintnet.tech/stryan/freego v0.0.0-20220307180035-64bab97c38d6 h1:0GzkfU8R4Rj7SVxTpkOf9oZN4YpW2xe/IjYbNP5Zxjs=
git.saintnet.tech/stryan/freego v0.0.0-20220307180035-64bab97c38d6/go.mod h1:NXXisQVSPklkvs2Qg6Iv3LqXNaJwwEtho/2WmzhvAZc=
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=

View File

@ -1,6 +1,6 @@
package main
import "git.saintnet.tech/freego"
import "git.saintnet.tech/stryan/freego"
//Session represents an active game
type Session struct {