Skip to content

Commit

Permalink
Merge branch 'master' into upgrade-sys-go117
Browse files Browse the repository at this point in the history
  • Loading branch information
semihalev authored Aug 20, 2021
2 parents 8d2a997 + fea0fbd commit 24300fc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 277 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: make test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.3.1
uses: codecov/codecov-action@v2.0.2
with:
fail_ci_if_error: true
file: ./coverage.out
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: ^1.13
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v2.5.0
with:
version: latest
args: release --rm-dist
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/semihalev/sdns

require (
github.com/BurntSushi/toml v0.3.1
github.com/BurntSushi/toml v0.4.1
github.com/cespare/xxhash/v2 v2.1.1
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/pprof v1.3.0
github.com/gin-gonic/gin v1.7.1
github.com/gin-gonic/gin v1.7.4
github.com/miekg/dns v1.1.34
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/client_golang v1.11.0
github.com/semihalev/log v0.1.1
github.com/stretchr/testify v1.7.0
github.com/yl2chen/cidranger v1.0.2
Expand Down
Loading

0 comments on commit 24300fc

Please sign in to comment.