Commit a62063b 1 parent 2feff3f commit a62063b Copy full SHA for a62063b
File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ require (
14
14
github.com/docker/go-connections v0.5.0
15
15
github.com/go-git/go-billy/v5 v5.5.0
16
16
github.com/go-git/go-git/v5 v5.12.0
17
- github.com/imdario/mergo v0.3.16
18
17
github.com/joho/godotenv v1.5.1
19
18
github.com/julienschmidt/httprouter v1.3.0
20
19
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
@@ -38,12 +37,12 @@ require (
38
37
)
39
38
40
39
require (
40
+ dario.cat/mergo v1.0.0
41
41
github.com/golang-jwt/jwt/v5 v5.2.1
42
42
google.golang.org/protobuf v1.34.2
43
43
)
44
44
45
45
require (
46
- dario.cat/mergo v1.0.0 // indirect
47
46
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
48
47
github.com/Microsoft/go-winio v0.6.1 // indirect
49
48
github.com/ProtonMail/go-crypto v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -95,8 +95,6 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 h1:Wqo399gCIufwto+VfwCSvsnfGpF
95
95
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 /go.mod h1:qmOFXW2epJhM0qSnUUYpldc7gVz2KMQwJ/QYCDIa7XU =
96
96
github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec h1:qv2VnGeEQHchGaZ/u7lxST/RaJw+cv273q79D81Xbog =
97
97
github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec /go.mod h1:Q48J4R4DvxnHolD5P8pOtXigYlRuPLGl6moFx3ulM68 =
98
- github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4 =
99
- github.com/imdario/mergo v0.3.16 /go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY =
100
98
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
101
99
github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
102
100
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A =
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import (
16
16
"strconv"
17
17
"strings"
18
18
19
+ "dario.cat/mergo"
19
20
"github.com/Masterminds/semver"
20
21
"github.com/docker/cli/cli/connhelper"
21
22
"github.com/docker/docker/api/types"
@@ -28,7 +29,6 @@ import (
28
29
"github.com/go-git/go-billy/v5/helper/polyfill"
29
30
"github.com/go-git/go-billy/v5/osfs"
30
31
"github.com/go-git/go-git/v5/plumbing/format/gitignore"
31
- "github.com/imdario/mergo"
32
32
"github.com/joho/godotenv"
33
33
"github.com/kballard/go-shellquote"
34
34
specs "github.com/opencontainers/image-spec/specs-go/v1"
You can’t perform that action at this time.
0 commit comments