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
1b8aaffc
Commit
1b8aaffc
authored
1 year ago
by
Dean
Browse files
Options
Downloads
Patches
Plain Diff
chore: update dependencies
parent
6226ffd6
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
+18
-5
18 additions, 5 deletions
go.mod
go.sum
+2
-822
2 additions, 822 deletions
go.sum
with
21 additions
and
828 deletions
Dockerfile
+
1
−
1
View file @
1b8aaffc
FROM
golang:1.
18
-alpine
FROM
golang:1.
20
-alpine
COPY
go.mod /git/owo.codes/whats-this/api/
COPY
go.sum /git/owo.codes/whats-this/api/
...
...
This diff is collapsed.
Click to expand it.
go.mod
+
18
−
5
View file @
1b8aaffc
module
owo.codes/whats-this/api
go 1.
16
go 1.
20
require (
github.com/akamensky/base58
v0.0.0-20210829145138-ce8bf8802e8f
...
...
@@ -9,16 +9,29 @@ require (
github.com/go-redis/redis
v6.15.9+incompatible
github.com/gofrs/uuid
v4.4.0+incompatible
github.com/lib/pq
v1.10.8
github.com/pkg/errors
v0.9.1
github.com/rs/zerolog
v1.29.1
github.com/spf13/pflag
v1.0.5
github.com/spf13/viper
v1.15.0
)
require (
github.com/ajg/form
v1.5.1 // indirect
github.com/fsnotify/fsnotify
v1.6.0 // indirect
github.com/hashicorp/hcl
v1.0.0 // indirect
github.com/magiconair/properties
v1.8.7 // indirect
github.com/mattn/go-colorable
v0.1.13 // indirect
github.com/mattn/go-isatty
v0.0.18 // indirect
github.com/mitchellh/mapstructure
v1.5.0 // indirect
github.com/onsi/ginkgo
v1.16.5 // indirect
github.com/onsi/gomega
v1.18.1 // indirect
github.com/pelletier/go-toml/v2
v2.0.7 // indirect
github.com/pkg/errors
v0.9.1
github.com/rs/zerolog
v1.29.1
github.com/spf13/afero
v1.9.5 // indirect
github.com/spf13/pflag
v1.0.5
github.com/spf13/viper
v1.15.0
github.com/spf13/cast
v1.5.0 // indirect
github.com/spf13/jwalterweatherman
v1.1.0 // indirect
github.com/subosito/gotenv
v1.4.2 // indirect
golang.org/x/sys
v0.7.0 // indirect
golang.org/x/text
v0.9.0 // indirect
gopkg.in/ini.v1
v1.67.0 // indirect
gopkg.in/yaml.v3
v3.0.1 // indirect
)
This diff is collapsed.
Click to expand it.
go.sum
+
2
−
822
View file @
1b8aaffc
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