Skip to content

Commit 23d475d

Browse files
committed
update deps
1 parent f823e3e commit 23d475d

File tree

617 files changed

+22
-261108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

617 files changed

+22
-261108
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.4-alpine3.13 as builder
1+
FROM golang:1.18.0-alpine3.15 as builder
22

33
ENV GO111MODULE=on
44

@@ -15,10 +15,10 @@ RUN apk add --no-cache \
1515
RUN CGO_ENABLED=0 \
1616
GOOS=`go env GOHOSTOS` \
1717
GOARCH=`go env GOHOSTARCH` \
18-
go build -v -mod=vendor -o dns
18+
go build -v -o dns
1919

2020
# Copy compiled binary to clear Alpine Linux image
21-
FROM alpine:3.13.5
21+
FROM alpine:3.15.4
2222
WORKDIR /
2323
RUN apk add --no-cache ca-certificates
2424
COPY --from=builder /go/src/github.com/mxssl/dns/dns /usr/local/bin/dns

go.mod

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mxssl/dns
22

3-
go 1.16
3+
go 1.18
44

55
require (
66
github.com/magefile/mage v1.13.0
@@ -9,3 +9,21 @@ require (
99
github.com/spf13/viper v1.10.1
1010
github.com/tidwall/pretty v1.2.0
1111
)
12+
13+
require (
14+
github.com/fsnotify/fsnotify v1.5.1 // indirect
15+
github.com/hashicorp/hcl v1.0.0 // indirect
16+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
17+
github.com/magiconair/properties v1.8.5 // indirect
18+
github.com/mitchellh/mapstructure v1.4.3 // indirect
19+
github.com/pelletier/go-toml v1.9.4 // indirect
20+
github.com/spf13/afero v1.6.0 // indirect
21+
github.com/spf13/cast v1.4.1 // indirect
22+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
23+
github.com/spf13/pflag v1.0.5 // indirect
24+
github.com/subosito/gotenv v1.2.0 // indirect
25+
golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
26+
golang.org/x/text v0.3.7 // indirect
27+
gopkg.in/ini.v1 v1.66.2 // indirect
28+
gopkg.in/yaml.v2 v2.4.0 // indirect
29+
)

vendor/github.com/fsnotify/fsnotify/.editorconfig

Lines changed: 0 additions & 12 deletions
This file was deleted.

vendor/github.com/fsnotify/fsnotify/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/fsnotify/fsnotify/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

vendor/github.com/fsnotify/fsnotify/.mailmap

Lines changed: 0 additions & 2 deletions
This file was deleted.

vendor/github.com/fsnotify/fsnotify/AUTHORS

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)