Skip to content

Commit

Permalink
switched from dep to go mod, changed the repo from gitlab to github
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperspencer committed Oct 14, 2020
1 parent d6ec92d commit 1731ff6
Show file tree
Hide file tree
Showing 477 changed files with 127 additions and 100,996 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
uas
.idea
ham.iml
276 changes: 0 additions & 276 deletions Gopkg.lock

This file was deleted.

30 changes: 0 additions & 30 deletions Gopkg.toml

This file was deleted.

23 changes: 23 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
module uas

go 1.15

require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/emirpasic/gods v1.12.0 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/imroc/req v0.2.3
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/xanzy/ssh-agent v0.2.1 // indirect
gitlab.com/buddyspencer/chameleon v0.0.0-20190206095128-8375f25f3f4a
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5 // indirect
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/src-d/go-billy.v4 v4.3.0 // indirect
gopkg.in/src-d/go-git.v4 v4.11.0
gopkg.in/yaml.v2 v2.2.2
)
Loading

0 comments on commit 1731ff6

Please sign in to comment.