mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-29 10:05:52 +00:00
Add a minimal go modules setup, and update to work with more recent versions of the oauth2 and GitHub libraries.
20 lines
588 B
Modula-2
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
|
|
)
|