Skip to content

Commit 7e4d69a

Browse files
committed
update go mod
1 parent 0c8ae81 commit 7e4d69a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module codeforces-go
1+
module github.com/EndlessCheng/codeforces-go
22

33
go 1.17
44

@@ -13,13 +13,12 @@ require (
1313
)
1414

1515
require (
16+
github.com/blend/go-sdk v1.20211025.3 // indirect
1617
github.com/davecgh/go-spew v1.1.1 // indirect
1718
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
1819
github.com/google/go-querystring v1.0.0 // indirect
19-
github.com/kr/pretty v0.1.0 // indirect
2020
github.com/pmezard/go-difflib v1.0.0 // indirect
2121
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
22+
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2223
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
2324
)
24-
25-
replace github.com/EndlessCheng/codeforces-go => ./

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24
4646
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
4747
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
4848
github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84=
49-
github.com/blend/go-sdk v1.20210918.2 h1:YH7wBDTNPCFUr4W3cVVwp31LsEYFBSLriXE/oqzDxPs=
50-
github.com/blend/go-sdk v1.20210918.2/go.mod h1:nbmX7cdPm66JOqg6M3cKMtuqj6RzkE72sHZue61T5c0=
49+
github.com/blend/go-sdk v1.20211025.3 h1:3f8hYTMb9ufP8IkBtsflNohAqoKo4hEBbeR0s4bfBqI=
50+
github.com/blend/go-sdk v1.20211025.3/go.mod h1:nbmX7cdPm66JOqg6M3cKMtuqj6RzkE72sHZue61T5c0=
5151
github.com/blend/sentry-go v1.0.1/go.mod h1:hgyX3WXen2YBiA0NitlfsXsvS+9ly2YlEBmmmYDgrWY=
5252
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
5353
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=

0 commit comments

Comments
 (0)