retrogit/app/go.mod
Mihai Parparita 8fc40ed008 Minial updates to work with go 1.18
Add a minimal go modules setup, and update to work with more recent
versions of the oauth2 and GitHub libraries.
2022-04-10 21:42:43 -07:00

20 lines
588 B
Modula-2

module persistent.info/retrogit
go 1.18
require (
github.com/google/go-github v17.0.0+incompatible
github.com/gorilla/mux v1.2.0
github.com/gorilla/sessions v1.1.1
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
google.golang.org/appengine v1.6.7
)
require (
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
google.golang.org/protobuf v1.25.0 // indirect
)