Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdn-origin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
easrng
cdn-origin
Commits
51bdde3b
Commit
51bdde3b
authored
2 years ago
by
Dean
Browse files
Options
Downloads
Patches
Plain Diff
chore: update go dependencies
parent
8b05fa84
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+14
-10
14 additions, 10 deletions
go.mod
go.sum
+813
-53
813 additions, 53 deletions
go.sum
with
827 additions
and
63 deletions
go.mod
+
14
−
10
View file @
51bdde3b
...
...
@@ -3,14 +3,18 @@ module owo.codes/whats-this/cdn-origin
go 1.14
require (
github.com/BurntSushi/toml
v0.3.1 // indirect
github.com/lib/pq
v1.0.0
github.com/oschwald/maxminddb-golang
v1.3.0
github.com/pkg/errors
v0.8.0
github.com/rs/zerolog
v1.11.0
github.com/spf13/pflag
v1.0.3
github.com/spf13/viper
v1.3.1
github.com/valyala/fasthttp
v1.2.0
golang.org/x/sys
v0.0.0-20190222171317-cd391775e71e // indirect
gopkg.in/olivere/elastic.v5
v5.0.79
github.com/klauspost/compress
v1.15.1 // indirect
github.com/lib/pq
v1.10.4
github.com/magiconair/properties
v1.8.6 // indirect
github.com/mailru/easyjson
v0.7.7 // indirect
github.com/oschwald/maxminddb-golang
v1.8.0
github.com/pkg/errors
v0.9.1
github.com/rs/zerolog
v1.26.1
github.com/spf13/afero
v1.8.2 // indirect
github.com/spf13/pflag
v1.0.5
github.com/spf13/viper
v1.10.1
github.com/valyala/fasthttp
v1.34.0
golang.org/x/sys
v0.0.0-20220319134239-a9b59b0215f8 // indirect
gopkg.in/ini.v1
v1.66.4 // indirect
gopkg.in/olivere/elastic.v5
v5.0.86
)
This diff is collapsed.
Click to expand it.
go.sum
+
813
−
53
View file @
51bdde3b
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment