mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
fix(deps): update module github.com/onsi/gomega to v1.38.0
This commit is contained in:
![29139614+renovate[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
Steffen Vogel

parent
b0f0b558ae
commit
657cb6586d
2
go.mod
2
go.mod
@@ -44,7 +44,7 @@ require (
|
||||
github.com/foxcpp/go-mockdns v1.1.0 // test-only
|
||||
github.com/gopacket/gopacket v1.4.0 // test-only
|
||||
github.com/onsi/ginkgo/v2 v2.23.4 // test-only
|
||||
github.com/onsi/gomega v1.37.0 // test-only
|
||||
github.com/onsi/gomega v1.38.0 // test-only
|
||||
)
|
||||
|
||||
require (
|
||||
|
2
go.sum
2
go.sum
@@ -287,6 +287,8 @@ github.com/onsi/gomega v1.36.3 h1:hID7cr8t3Wp26+cYnfcjR6HpJ00fdogN6dqZ1t6IylU=
|
||||
github.com/onsi/gomega v1.36.3/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
|
||||
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y=
|
||||
github.com/onsi/gomega v1.37.0/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
|
||||
github.com/onsi/gomega v1.38.0 h1:c/WX+w8SLAinvuKKQFh77WEucCnPk4j2OTUr7lt7BeY=
|
||||
github.com/onsi/gomega v1.38.0/go.mod h1:OcXcwId0b9QsE7Y49u+BTrL4IdKOBOKnD6VQNTJEB6o=
|
||||
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
|
||||
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
|
||||
github.com/pion/dtls/v3 v3.0.4 h1:44CZekewMzfrn9pmGrj5BNnTMDCFwr+6sLH+cCuLM7U=
|
||||
|
@@ -19,7 +19,7 @@ buildGo124Module {
|
||||
pname = "cunicu";
|
||||
inherit version src;
|
||||
|
||||
vendorHash = "sha256-TDyp6ZaiUZW52NUK4zOfAZpcHpdr+DCKXLMrazT2Fgo=";
|
||||
vendorHash = "sha256-GvWAS2UdqEOgCjZaiOWvNQKQirE47kZjnpk3Jw1PO4I=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
|
Reference in New Issue
Block a user