Skip to content

Commit

Permalink
Fix inv -e go-deps.test-list by running inv -e go-deps.generate
Browse files Browse the repository at this point in the history
  • Loading branch information
L3n41c committed Nov 28, 2024
1 parent baa0e7d commit 16bd939
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 6 additions & 2 deletions cmd/serverless/dependencies_linux_amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ crypto/internal/boring/bbig
crypto/internal/boring/sig
crypto/internal/edwards25519
crypto/internal/edwards25519/field
crypto/internal/hpke
crypto/internal/mlkem768
crypto/internal/nistec
crypto/internal/nistec/fiat
crypto/internal/randutil
Expand Down Expand Up @@ -532,6 +534,7 @@ github.com/mattn/go-runewidth
github.com/mitchellh/copystructure
github.com/mitchellh/mapstructure
github.com/mitchellh/reflectwalk
github.com/moby/sys/userns
github.com/modern-go/concurrent
github.com/modern-go/reflect2
github.com/mohae/deepcopy
Expand Down Expand Up @@ -1078,6 +1081,7 @@ html/template
io
io/fs
io/ioutil
iter
k8s.io/apimachinery/pkg/runtime/schema
k8s.io/apimachinery/pkg/util/sets
log
Expand Down Expand Up @@ -1120,10 +1124,8 @@ regexp/syntax
runtime
runtime/cgo
runtime/debug
runtime/internal/atomic
runtime/internal/math
runtime/internal/sys
runtime/internal/syscall
runtime/metrics
runtime/pprof
runtime/trace
Expand All @@ -1142,6 +1144,7 @@ time
unicode
unicode/utf16
unicode/utf8
unique
unsafe
vendor/golang.org/x/crypto/chacha20
vendor/golang.org/x/crypto/chacha20poly1305
Expand All @@ -1150,6 +1153,7 @@ vendor/golang.org/x/crypto/cryptobyte/asn1
vendor/golang.org/x/crypto/hkdf
vendor/golang.org/x/crypto/internal/alias
vendor/golang.org/x/crypto/internal/poly1305
vendor/golang.org/x/crypto/sha3
vendor/golang.org/x/net/dns/dnsmessage
vendor/golang.org/x/net/http/httpguts
vendor/golang.org/x/net/http/httpproxy
Expand Down
9 changes: 7 additions & 2 deletions cmd/serverless/dependencies_linux_arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ crypto/internal/boring/bbig
crypto/internal/boring/sig
crypto/internal/edwards25519
crypto/internal/edwards25519/field
crypto/internal/hpke
crypto/internal/mlkem768
crypto/internal/nistec
crypto/internal/nistec/fiat
crypto/internal/randutil
Expand Down Expand Up @@ -531,6 +533,7 @@ github.com/mattn/go-runewidth
github.com/mitchellh/copystructure
github.com/mitchellh/mapstructure
github.com/mitchellh/reflectwalk
github.com/moby/sys/userns
github.com/modern-go/concurrent
github.com/modern-go/reflect2
github.com/mohae/deepcopy
Expand Down Expand Up @@ -1077,6 +1080,7 @@ html/template
io
io/fs
io/ioutil
iter
k8s.io/apimachinery/pkg/runtime/schema
k8s.io/apimachinery/pkg/util/sets
log
Expand Down Expand Up @@ -1119,10 +1123,8 @@ regexp/syntax
runtime
runtime/cgo
runtime/debug
runtime/internal/atomic
runtime/internal/math
runtime/internal/sys
runtime/internal/syscall
runtime/metrics
runtime/pprof
runtime/trace
Expand All @@ -1141,6 +1143,7 @@ time
unicode
unicode/utf16
unicode/utf8
unique
unsafe
vendor/golang.org/x/crypto/chacha20
vendor/golang.org/x/crypto/chacha20poly1305
Expand All @@ -1149,11 +1152,13 @@ vendor/golang.org/x/crypto/cryptobyte/asn1
vendor/golang.org/x/crypto/hkdf
vendor/golang.org/x/crypto/internal/alias
vendor/golang.org/x/crypto/internal/poly1305
vendor/golang.org/x/crypto/sha3
vendor/golang.org/x/net/dns/dnsmessage
vendor/golang.org/x/net/http/httpguts
vendor/golang.org/x/net/http/httpproxy
vendor/golang.org/x/net/http2/hpack
vendor/golang.org/x/net/idna
vendor/golang.org/x/sys/cpu
vendor/golang.org/x/text/secure/bidirule
vendor/golang.org/x/text/transform
vendor/golang.org/x/text/unicode/bidi
Expand Down

0 comments on commit 16bd939

Please sign in to comment.