Skip to content

Commit 1233401

Browse files
committed
go mod tidy
1 parent 49aba1f commit 1233401

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

go.mod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ go 1.13
44

55
require (
66
github.com/BurntSushi/toml v0.3.1
7-
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
87
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
98
github.com/alexflint/go-filemutex v0.0.0-20171028004239-d358565f3c3f
109
github.com/blang/semver v3.5.1+incompatible
@@ -16,26 +15,20 @@ require (
1615
github.com/containernetworking/plugins v0.8.4
1716
github.com/deckarep/golang-set v1.7.1
1817
github.com/dgrijalva/jwt-go v3.2.0+incompatible
19-
github.com/docker/distribution v2.7.1+incompatible // indirect
20-
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
2118
github.com/firecracker-microvm/firecracker-go-sdk v0.19.1-0.20200110212531-741fc8cb0f2e
2219
github.com/fsnotify/fsnotify v1.4.7
2320
github.com/gizak/termui/v3 v3.1.0
24-
github.com/go-ole/go-ole v1.2.4 // indirect
2521
github.com/go-redis/redis v6.15.5+incompatible
2622
github.com/gomodule/redigo v2.0.0+incompatible
2723
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
2824
github.com/google/uuid v1.1.1
2925
github.com/imdario/mergo v0.3.9 // indirect
3026
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6
31-
github.com/opencontainers/image-spec v1.0.1 // indirect
32-
github.com/opencontainers/runc v0.1.1 // indirect
3327
github.com/opencontainers/runtime-spec v1.0.1
3428
github.com/pkg/errors v0.9.1
3529
github.com/rs/zerolog v1.18.0
3630
github.com/shirou/gopsutil v2.19.11+incompatible
3731
github.com/stretchr/testify v1.5.1
38-
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
3932
github.com/termie/go-shutil v0.0.0-20140729215957-bcacb06fecae
4033
github.com/threefoldtech/tfexplorer v0.3.1-0.20200529110634-d262eb4cf6a0
4134
github.com/threefoldtech/zbus v0.1.3

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,6 @@ github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2/go.mod h1:hkRG
559559
github.com/termie/go-shutil v0.0.0-20140729215957-bcacb06fecae h1:vgGSvdW5Lqg+I1aZOlG32uyE6xHpLdKhZzcTEktz5wM=
560560
github.com/termie/go-shutil v0.0.0-20140729215957-bcacb06fecae/go.mod h1:quDq6Se6jlGwiIKia/itDZxqC5rj6/8OdFyMMAwTxCs=
561561
github.com/threefoldtech/tfexplorer v0.2.5/go.mod h1:TugylEDgMNKk4ZIzee9PpVmIcLNLaRLdiXuhHTt/AR0=
562-
github.com/threefoldtech/tfexplorer v0.3.1-0.20200526075254-c1a0c9828e65 h1:lOl3CzIxus08mIT8gaw2qCx2wxVS4xDgnINYz1l06YE=
563-
github.com/threefoldtech/tfexplorer v0.3.1-0.20200526075254-c1a0c9828e65/go.mod h1:oFtPBaRLW4c6YuEfTrWYzAGw+wb6I4+og133zjDOYP0=
564562
github.com/threefoldtech/tfexplorer v0.3.1-0.20200529110634-d262eb4cf6a0 h1:U1V6VwBSOz6rtLRpAuP0fDIWQ1VsEG4DKRpHqtckVjY=
565563
github.com/threefoldtech/tfexplorer v0.3.1-0.20200529110634-d262eb4cf6a0/go.mod h1:oFtPBaRLW4c6YuEfTrWYzAGw+wb6I4+og133zjDOYP0=
566564
github.com/threefoldtech/zbus v0.1.3 h1:18DnIzximRbATle5ZdZz0i84n/bCYB8k/gkhr2dXayc=

0 commit comments

Comments
 (0)