Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Bump github.com/test-network-function/test-network-function-claim from 1.0.34 to 1.0.35 #68

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
module github.com/test-network-function/gradetool

go 1.21.6
toolchain go1.22.0

require (
github.com/spf13/cobra v1.8.0
github.com/test-network-function/test-network-function-claim v1.0.34
github.com/test-network-function/test-network-function-claim v1.0.35
github.com/xeipuuv/gojsonschema v1.2.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/test-network-function/test-network-function-claim v1.0.34 h1:OoCvKueaOlKL6n4BSQaDkIsYe0usaXy9dSJZjEY1Qqc=
github.com/test-network-function/test-network-function-claim v1.0.34/go.mod h1:Ao6lfuE9dyLes3z3g3vpQttZFBuPHWoOQUK1YqAMM2c=
github.com/test-network-function/test-network-function-claim v1.0.35 h1:HwrIOoYtNM4SnwhRZ7MTARNYX7cbApqu1ps/tOddyXE=
github.com/test-network-function/test-network-function-claim v1.0.35/go.mod h1:IMTL6iN2QUqU67DLa5dCGVgWeRnoBuZG+gT0snezFqI=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
Expand Down
Loading