diff options
| author | 2023-09-18 13:45:20 +0100 | |
|---|---|---|
| committer | 2023-09-18 13:45:20 +0100 | |
| commit | f302ebb8e596f37351332d1e068e10384311ceca (patch) | |
| tree | 315c4b15ca93432f27c3c1fd6be074310a3943c0 /go.mod | |
| parent | [bugfix] fix flakey paging test (#2210) (diff) | |
| download | gotosocial-f302ebb8e596f37351332d1e068e10384311ceca.tar.xz | |
[chore]: Bump github.com/miekg/dns from 1.1.55 to 1.1.56 (#2204)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -35,7 +35,7 @@ require ( github.com/jackc/pgconn v1.14.1 github.com/jackc/pgx/v5 v5.4.3 github.com/microcosm-cc/bluemonday v1.0.25 - github.com/miekg/dns v1.1.55 + github.com/miekg/dns v1.1.56 github.com/minio/minio-go/v7 v7.0.63 github.com/mitchellh/mapstructure v1.5.0 github.com/oklog/ulid v1.3.1 @@ -164,9 +164,9 @@ require ( go.opentelemetry.io/otel/metric v1.17.0 // indirect go.opentelemetry.io/proto/otlp v1.0.0 // indirect golang.org/x/arch v0.3.0 // indirect - golang.org/x/mod v0.10.0 // indirect + golang.org/x/mod v0.12.0 // indirect golang.org/x/sys v0.12.0 // indirect - golang.org/x/tools v0.6.0 // indirect + golang.org/x/tools v0.13.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect |
