Skip to content

Commit

Permalink
switch to go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
luthermonson committed Jul 24, 2020
1 parent 80fd09e commit 5dc1ff6
Show file tree
Hide file tree
Showing 681 changed files with 193,597 additions and 35,038 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,20 @@
sudo: required

services:
- docker

language: go

go:
- 1.14.x
env:
global:
- TOOLS_CMD=golang.org/x/tools/cmd
- PATH=$GOROOT/bin:$PATH

install:
- go get ${TOOLS_CMD}/cover

script:
- make test

after_success:
- if [ "$TRAVIS_BRANCH" = "master" ]; then
docker login -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io;
make flannel-git;
fi

notifications:
email: false

Expand Down
55 changes: 55 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
module github.com/coreos/flannel

go 1.14

require (
cloud.google.com/go v0.9.1-0.20170629112852-7c205da84d8d // indirect
github.com/Microsoft/hcsshim v0.8.6
github.com/PuerkitoBio/purell v1.0.0 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2 // indirect
github.com/aws/aws-sdk-go v1.12.54
github.com/bronze1man/goStrongswanVici v0.0.0-20171013065002-4d72634a2f11
github.com/containernetworking/plugins v0.8.6
github.com/coreos/etcd v3.1.11+incompatible
github.com/coreos/go-iptables v0.4.5
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf
github.com/denverdino/aliyungo v0.0.0-20170629053852-f6cab0c35083
github.com/docker/distribution v2.4.0+incompatible // indirect
github.com/emicklei/go-restful v1.1.4-0.20161212084525-09691a3b6378 // indirect
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680 // indirect
github.com/go-ini/ini v1.28.1 // indirect
github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1 // indirect
github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9 // indirect
github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501 // indirect
github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87 // indirect
github.com/gogo/protobuf v0.0.0-20160824171236-909568be09de // indirect
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
github.com/howeyc/gopass v0.0.0-20160826175423-3ca23474a7c7 // indirect
github.com/imdario/mergo v0.0.0-20141206190957-6633656539c1 // indirect
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 // indirect
github.com/joho/godotenv v0.0.0-20161216230537-726cc8b906e3
github.com/jonboulle/clockwork v0.1.0
github.com/juju/errors v0.0.0-20170703010042-c7d06af17c68
github.com/juju/ratelimit v0.0.0-20151125201925-77ed1c8a0121 // indirect
github.com/juju/testing v0.0.0-20200706033705-4c23f9c453cd // indirect
github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/pflag v0.0.0-20151013200643-08b1a584251b // indirect
github.com/stevvooe/resumable v0.0.0-20180830230917-22b14a53ba50 // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/ugorji/go v0.0.0-20170107133203-ded73eae5db7 // indirect
github.com/vishvananda/netlink v0.0.0-20181108222139-023a6dafdcdf
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/oauth2 v0.0.0-20170629032740-5432cc9688e6
google.golang.org/api v0.0.0-20170627180304-e6586c9293b9
google.golang.org/appengine v0.0.0-20160823001527-4f7eeb5305a4 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
k8s.io/apimachinery v0.0.0-20170513172009-9603df80256c
k8s.io/client-go v3.0.1-0.20170829130306-a95edf803628+incompatible
)
166 changes: 166 additions & 0 deletions go.sum

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions vendor/cloud.google.com/go/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/Microsoft/go-winio/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions vendor/github.com/Microsoft/go-winio/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/Microsoft/hcsshim/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions vendor/github.com/Microsoft/hcsshim/.gometalinter.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions vendor/github.com/Microsoft/hcsshim/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions vendor/github.com/Microsoft/hcsshim/appveyor.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions vendor/github.com/Microsoft/hcsshim/functional_tests.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions vendor/github.com/Microsoft/hcsshim/internal/hcs/log.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5dc1ff6

Please sign in to comment.