Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda4aac4

Browse files
authored
Fixed the module versions (#293)
1 parent165df8f commitda4aac4

File tree

2 files changed

+126
-43
lines changed

2 files changed

+126
-43
lines changed

‎go.mod‎

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ require (
2020
github.com/gaia-pipeline/flagv1.7.4-pre
2121
github.com/gaia-pipeline/protobufv0.0.0-20180812091451-7be8a901b55a
2222
github.com/gliderlabs/sshv0.1.1// indirect
23-
github.com/gofrs/uuidv3.2.0+incompatible
23+
github.com/gofrs/uuidv3.3.0+incompatible
2424
github.com/gogo/protobufv1.2.1// indirect
25-
github.com/golang/protobufv1.3.1
26-
github.com/google/go-cmpv0.2.0// indirect
25+
github.com/golang/protobufv1.4.3
2726
github.com/google/go-githubv15.0.0+incompatible
2827
github.com/google/go-querystringv0.0.0-20170111101155-53e6ce116135// indirect
2928
github.com/gorilla/muxv1.7.3// indirect
@@ -33,7 +32,6 @@ require (
3332
github.com/hashicorp/yamuxv0.0.0-20180604194846-3520598351bb// indirect
3433
github.com/jbenet/go-contextv0.0.0-20150711004518-d14ea06fba99// indirect
3534
github.com/kevinburke/ssh_configv0.0.0-20180317175531-9fc7bb800b55// indirect
36-
github.com/labstack/echov3.3.10+incompatible
3735
github.com/labstack/echo/v4v4.0.0
3836
github.com/mitchellh/go-homedirv0.0.0-20180801233206-58046073cbff// indirect
3937
github.com/mitchellh/go-testing-interfacev0.0.0-20171004221916-a61a99592b77// indirect
@@ -50,20 +48,23 @@ require (
5048
github.com/src-d/gcfgv1.3.0// indirect
5149
github.com/stretchr/testifyv1.6.1
5250
github.com/swaggo/echo-swaggerv1.0.0
53-
github.com/swaggo/swagv1.6.7
51+
github.com/swaggo/swagv1.6.3
5452
github.com/xanzy/ssh-agentv0.2.0// indirect
5553
go.etcd.io/bboltv1.3.4
56-
golang.org/x/cryptov0.0.0-20190611184440-5c40567a22f8
54+
golang.org/x/cryptov0.0.0-20201016220609-9e8e0b390897
5755
golang.org/x/oauth2v0.0.0-20180821212333-d2e6202438be
58-
golang.org/x/sysv0.0.0-20200610111108-226ff32320da// indirect
5956
golang.org/x/timev0.0.0-20190921001708-c4c64cad1fd0// indirect
60-
google.golang.org/grpcv1.18.0
57+
google.golang.org/grpcv1.27.0
6158
gopkg.in/src-d/go-billy.v4v4.3.0// indirect
6259
gopkg.in/src-d/go-git-fixtures.v3v3.3.0// indirect
6360
gopkg.in/src-d/go-git.v4v4.5.0
6461
gopkg.in/warnings.v0v0.1.2// indirect
65-
gopkg.in/yaml.v2v2.2.7
62+
gopkg.in/yaml.v2v2.3.0
6663
gotest.toolsv2.2.0+incompatible// indirect
6764
)
6865

6966
go1.13
67+
68+
replacegithub.com/swaggo/swag =>github.com/swaggo/swagv1.6.10-0.20201104153820-3f47d68f8872
69+
70+
replacegithub.com/ugorji/go/codec =>github.com/ugorji/go/codecv1.2.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp