Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Switched to go modules #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
298 changes: 0 additions & 298 deletions Gopkg.lock

This file was deleted.

62 changes: 0 additions & 62 deletions Gopkg.toml

This file was deleted.

37 changes: 37 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
module github.com/michenriksen/gitrob

go 1.13

require (
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/emirpasic/gods v1.9.0
github.com/fatih/color v1.7.0
github.com/gin-contrib/secure v0.0.0-20180314034259-624341e11280
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7
github.com/gin-contrib/static v0.0.0-20180301030858-73da7037e716
github.com/gin-gonic/gin v1.1.5-0.20170702092826-d459835d2b07
github.com/golang/protobuf v1.1.0
github.com/google/go-github v15.0.0+incompatible
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
github.com/kevinburke/ssh_config v0.0.0-20180317175531-9fc7bb800b55
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.3
github.com/mitchellh/go-homedir v0.0.0-20180523094522-3864e76763d9
github.com/pelletier/go-buffruneio v0.2.0
github.com/sergi/go-diff v1.0.0
github.com/src-d/gcfg v1.3.0
github.com/ugorji/go v1.1.1
github.com/xanzy/ssh-agent v0.1.0
golang.org/x/crypto v0.0.0-20180608092829-8ac0e0d97ce4
golang.org/x/net v0.0.0-20180611182652-db08ff08e862
golang.org/x/oauth2 v0.0.0-20180603041954-1e0a3fa8ba9a
golang.org/x/sys v0.0.0-20180612142214-a9e25c09b96b
golang.org/x/text v0.3.0
google.golang.org/appengine v1.0.0
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/src-d/go-billy.v4 v4.1.1
gopkg.in/src-d/go-git.v4 v4.4.1
gopkg.in/warnings.v0 v0.1.2
gopkg.in/yaml.v2 v2.2.1
)