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
a2374cda
Commit
a2374cda
authored
2 years ago
by
Dean
Browse files
Options
Downloads
Patches
Plain Diff
chore: update go dependencies
parent
9fce8a16
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
go.mod
+7
-10
7 additions, 10 deletions
go.mod
go.sum
+126
-48
126 additions, 48 deletions
go.sum
with
134 additions
and
59 deletions
Dockerfile
+
1
−
1
View file @
a2374cda
FROM
golang:alpine
FROM
golang:
17-
alpine
RUN
apk add
--no-cache
--virtual
.build-deps git build-base
RUN
apk add
--no-cache
--virtual
.build-deps git build-base
...
...
This diff is collapsed.
Click to expand it.
go.mod
+
7
−
10
View file @
a2374cda
module
owo.codes/whats-this/cdn-origin
module
owo.codes/whats-this/cdn-origin
go 1.1
4
go 1.1
6
require (
require (
github.com/klauspost/compress
v1.15.1 // indirect
github.com/klauspost/compress
v1.15.5 // indirect
github.com/lib/pq
v1.10.4
github.com/lib/pq
v1.10.6
github.com/magiconair/properties
v1.8.6 // indirect
github.com/mailru/easyjson
v0.7.7 // indirect
github.com/mailru/easyjson
v0.7.7 // indirect
github.com/oschwald/maxminddb-golang
v1.
8
.0
github.com/oschwald/maxminddb-golang
v1.
9
.0
github.com/pkg/errors
v0.9.1
github.com/pkg/errors
v0.9.1
github.com/rs/zerolog
v1.26.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/pflag
v1.0.5
github.com/spf13/viper
v1.10.1
github.com/spf13/viper
v1.12.0
github.com/valyala/fasthttp
v1.34.0
github.com/valyala/fasthttp
v1.37.0
golang.org/x/sys
v0.0.0-20220325203850-36772127a21f // indirect
gopkg.in/ini.v1
v1.66.4 // indirect
gopkg.in/olivere/elastic.v5
v5.0.86
gopkg.in/olivere/elastic.v5
v5.0.86
gopkg.in/yaml.v3
v3.0.1 // indirect
)
)
This diff is collapsed.
Click to expand it.
go.sum
+
126
−
48
View file @
a2374cda
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