Skip to content

Commit

Permalink
Updated mod files
Browse files Browse the repository at this point in the history
  • Loading branch information
SlothNinja committed Aug 31, 2019
1 parent 5610340 commit 082f385
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
module bitbucket.org/SlothNinja/user
module github.com/SlothNinja/user

require (
bitbucket.org/SlothNinja/gin-render v0.0.0-20190401221903-9110eb7fea98 // indirect
bitbucket.org/SlothNinja/log v0.0.0-20190402235934-21c011b9a8eb
bitbucket.org/SlothNinja/restful v0.0.0-20190401214758-b385392c0cbd
bitbucket.org/pkg/inflect v0.0.0-20130829110746-8961c3750a47 // indirect
bitbucket.org/SlothNinja/user v0.0.8 // indirect
cloud.google.com/go v0.37.2
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
github.com/gin-contrib/sessions v0.0.0-20190226023029-1532893d996f
github.com/gin-gonic/gin v1.3.0
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab // indirect
github.com/gofrs/uuid v3.2.0+incompatible
go.chromium.org/gae v0.0.0-20190225082608-abcc82041b0d // indirect
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
google.golang.org/api v0.3.0
google.golang.org/appengine v1.4.0
google.golang.org/grpc v1.19.0
)

go 1.13
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ bitbucket.org/SlothNinja/log v0.0.0-20190402235934-21c011b9a8eb h1:hsE1KB+JGJL4O
bitbucket.org/SlothNinja/log v0.0.0-20190402235934-21c011b9a8eb/go.mod h1:NrfFh+1hCuEgfS4B55UoDvw7q3/5yklamhz60E8Pg8c=
bitbucket.org/SlothNinja/restful v0.0.0-20190401214758-b385392c0cbd h1:cmx6q8yhNe6aHgcaYyoskhA6afOtR7zkVa9mofN1CFc=
bitbucket.org/SlothNinja/restful v0.0.0-20190401214758-b385392c0cbd/go.mod h1:hj3ciBtqXGazX8jWTiLt99MtU6UtdPVVuerj0VLQWMk=
bitbucket.org/SlothNinja/user v0.0.8 h1:GC5cX3g8+JIJYcvcrNN1XMkxY8M3WLE8ZRmIBtw7oNg=
bitbucket.org/SlothNinja/user v0.0.8/go.mod h1:wpsLAYSeZVXYBb5LrZ7wa6HmhsYTYao/d/fhxkqeBP4=
bitbucket.org/pkg/inflect v0.0.0-20130829110746-8961c3750a47 h1:XDrztcXGcx7jow3UUE2dpYtdSWVUigoyn8G+shykEtw=
bitbucket.org/pkg/inflect v0.0.0-20130829110746-8961c3750a47/go.mod h1:8Rt8gHhG+tKz8P3SoEzL/ZNVl25fPhMFKItv5HLIdtY=
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
Expand Down

0 comments on commit 082f385

Please sign in to comment.