diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2023-01-09 21:58:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-09 21:58:04 +0000 |
| commit | bbccebb2a40eea5cc112641b017a24f7a3fe877c (patch) | |
| tree | 8b82943e49ee3a4117b6295d8f2fd19f266ff8b1 /go.mod | |
| parent | b8739ea2efeadd4bffffcb95a169ce5d2145b2ac (diff) | |
| parent | fea3680696c4147bedcfce9734346c9e8598cc2e (diff) | |
Merge pull request #1596 from hairyhenderson/dependabot/go_modules/golang.org/x/crypto-0.5.0
Bump golang.org/x/crypto from 0.4.0 to 0.5.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ require ( github.com/ugorji/go/codec v1.2.8 github.com/zealic/xignore v0.3.3 gocloud.dev v0.27.0 - golang.org/x/crypto v0.4.0 + golang.org/x/crypto v0.5.0 golang.org/x/sys v0.4.0 golang.org/x/term v0.4.0 golang.org/x/text v0.6.0 @@ -132,7 +132,7 @@ require ( go.uber.org/atomic v1.9.0 // indirect go4.org/intern v0.0.0-20220617035311-6925f38cc365 // indirect go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect - golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect + golang.org/x/net v0.5.0 // indirect golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect golang.org/x/tools v0.1.12 // indirect |
