Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
api
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
Container Registry
Model registry
Operate
Environments
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
whats-this
api
Commits
96d4da7a
Commit
96d4da7a
authored
3 years ago
by
Dean
Browse files
Options
Downloads
Patches
Plain Diff
chore: update go dependencies
parent
9ea6e27d
No related branches found
Branches containing commit
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
-2
1 addition, 2 deletions
Dockerfile
go.mod
+15
-23
15 additions, 23 deletions
go.mod
go.sum
+731
-131
731 additions, 131 deletions
go.sum
with
747 additions
and
156 deletions
Dockerfile
+
1
−
2
View file @
96d4da7a
FROM
golang:alpine
FROM
golang:
1.17-
alpine
COPY
go.mod /git/owo.codes/whats-this/api/
COPY
go.sum /git/owo.codes/whats-this/api/
...
...
@@ -12,4 +12,3 @@ RUN apk add --no-cache --virtual .build-deps git build-base && \
WORKDIR
/git/owo.codes/whats-this/api
ENTRYPOINT
["./main"]
This diff is collapsed.
Click to expand it.
go.mod
+
15
−
23
View file @
96d4da7a
module
owo.codes/whats-this/api
go 1.16
require (
github.com/akamensky/base58
v0.0.0-20170920141933-92b0f56f531a
github.com/coreos/go-etcd
v2.0.0+incompatible // indirect
github.com/fsnotify/fsnotify
v1.4.9 // indirect
github.com/go-chi/chi
v4.1.0+incompatible
github.com/akamensky/base58
v0.0.0-20210829145138-ce8bf8802e8f
github.com/go-chi/chi
v4.1.2+incompatible
github.com/go-chi/render
v1.0.1
github.com/go-redis/redis
v6.15.7+incompatible
github.com/gofrs/uuid
v3.2.0+incompatible
github.com/lib/pq
v1.3.0
github.com/mitchellh/mapstructure
v1.2.2 // indirect
github.com/onsi/ginkgo
v1.7.0 // indirect
github.com/onsi/gomega
v1.4.3 // indirect
github.com/pelletier/go-toml
v1.7.0 // indirect
github.com/go-redis/redis
v6.15.9+incompatible
github.com/gofrs/uuid
v4.2.0+incompatible
github.com/lib/pq
v1.10.4
github.com/magiconair/properties
v1.8.6 // indirect
github.com/onsi/ginkgo
v1.16.5 // indirect
github.com/onsi/gomega
v1.18.1 // indirect
github.com/pkg/errors
v0.9.1
github.com/rs/zerolog
v1.18.0
github.com/spf13/afero
v1.2.2 // indirect
github.com/spf13/cast
v1.3.1 // indirect
github.com/spf13/jwalterweatherman
v1.1.0 // indirect
github.com/rs/zerolog
v1.26.1
github.com/spf13/afero
v1.8.1 // indirect
github.com/spf13/pflag
v1.0.5
github.com/spf13/viper
v1.6.2
github.com/stretchr/testify
v1.3.0 // indirect
github.com/ugorji/go/codec
v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
golang.org/x/sys
v0.0.0-20200406155108-e3b113bbe6a4 // indirect
golang.org/x/text
v0.3.2 // indirect
gopkg.in/ini.v1
v1.55.0 // indirect
github.com/spf13/viper
v1.10.1
golang.org/x/sys
v0.0.0-20220224120231-95c6836cb0e7 // indirect
gopkg.in/ini.v1
v1.66.4 // indirect
)
go 1.13
This diff is collapsed.
Click to expand it.
go.sum
+
731
−
131
View file @
96d4da7a
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