Skip to content

Commit

Permalink
go update, remove local deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridai Govinda Pombo committed Mar 19, 2020
1 parent 04b8c27 commit 303680c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 116 deletions.
1 change: 0 additions & 1 deletion .yourbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ build_targets:
- name: default
host_only: true
commands:
- go get -u github.com/yourbase/narwhal
- go test ./...
- go build

Expand Down
33 changes: 13 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,34 +1,25 @@
module github.com/yourbase/yb

replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.4.2

//replace github.com/yourbase/narwhal => /Users/jewart/Work/narwhal
replace github.com/johnewart/open-golang => /home/jewart/Work/open-golang

require (
github.com/Microsoft/hcsshim v0.8.7 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/beholders-eye/diffparser v0.0.0-20190814025112-fcedf0a097ba
github.com/containerd/containerd v1.3.3 // indirect
github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 // indirect
github.com/cratonica/2goarray v0.0.0-20190331194516-514510793eaa // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/equinox-io/equinox v1.2.0
github.com/frankban/quicktest v1.5.0 // indirect
github.com/getlantern/systray v0.0.0-20200109124156-9abdfb6448b3
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
github.com/gobwas/pool v0.2.0 // indirect
github.com/gobwas/ws v1.0.3
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.3.5 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/gopherjs/gopherjs v0.0.0-20190915194858-d3ddacdb130f // indirect
github.com/gorilla/mux v1.7.3
github.com/grandcat/zeroconf v1.0.0
github.com/hashicorp/hcl/v2 v2.3.0
github.com/hashicorp/mdns v1.0.2
github.com/johnewart/archiver v3.1.4+incompatible
github.com/johnewart/open-golang v0.0.0-00010101000000-000000000000
github.com/johnewart/subcommands v0.0.0-20181012225330-46f0354f6315
github.com/joho/godotenv v1.3.0
github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c // indirect
Expand All @@ -39,25 +30,27 @@ require (
github.com/juju/version v0.0.0-20180108022336-b64dbd566305 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/matishsiao/goInfo v0.0.0-20170803142006-617e6440957e
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/nwaples/rardecode v1.0.0 // indirect
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/pierrec/lz4 v2.4.1+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/ulikunitz/xz v0.5.7
github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/yourbase/narwhal v0.0.0-20200226183157-748bc33c70c8
github.com/zclconf/go-cty v1.2.0
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
github.com/zclconf/go-cty v1.3.1
golang.org/x/crypto v0.0.0-20200317142112-1b76d66859c6
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
google.golang.org/genproto v0.0.0-20200312145019-da6875a35672 // indirect
golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d // indirect
google.golang.org/genproto v0.0.0-20200319113533-08878b785e9c // indirect
google.golang.org/grpc v1.28.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.51.0
gopkg.in/ini.v1 v1.55.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1
Expand Down
Loading

0 comments on commit 303680c

Please sign in to comment.