Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions go/go.mod
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
module github.com/google/prog-edu-assistant

require (
cloud.google.com/go v0.47.0
cloud.google.com/go v0.47.0 // indirect
cloud.google.com/go/storage v1.1.2
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect
github.com/google/uuid v1.1.0
github.com/gorilla/sessions v1.1.3
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/sergi/go-diff v1.0.0
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e
github.com/square/go-jose v2.4.0+incompatible // indirect
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94
github.com/stretchr/testify v1.8.1 // indirect
go.opencensus.io v0.22.1 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20191027212002-d64ee3fa515a // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20191024073052-e66fe6eb8e0c // indirect
golang.org/x/tools v0.0.0-20191024133924-9525425c6f02 // indirect
google.golang.org/appengine v1.6.5
google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/grpc v1.24.0 // indirect
gopkg.in/square/go-jose.v2 v2.4.0
gopkg.in/yaml.v2 v2.2.2
Expand Down
Loading