go.mod 185 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 module classroom/utils go 1.14 require ( golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 google.golang.org/api v0.36.0 )