Skip to content

Commit cc0632e

Browse files
committed
Prepare oasf-sdk for version v1.0.4
Signed-off-by: András Jáky <ajaky@cisco.com>
1 parent 278c274 commit cc0632e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.26.1
55
require (
66
buf.build/gen/go/agntcy/oasf-sdk/grpc/go v1.6.0-20260115113053-9b110d5996b7.1
77
buf.build/gen/go/agntcy/oasf-sdk/protocolbuffers/go v1.36.11-20260128161637-a77f334c8c86.1
8-
github.com/agntcy/oasf-sdk/pkg v1.0.3
8+
github.com/agntcy/oasf-sdk/pkg v1.0.4
99
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
1010
github.com/spf13/cobra v1.10.1
1111
github.com/spf13/viper v1.21.0

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.26.1
55
require (
66
buf.build/gen/go/agntcy/oasf-sdk/grpc/go v1.5.1-20251104080327-0fc042e98377.2
77
buf.build/gen/go/agntcy/oasf-sdk/protocolbuffers/go v1.36.11-20260128161637-a77f334c8c86.1
8-
github.com/agntcy/oasf-sdk/pkg v1.0.3
8+
github.com/agntcy/oasf-sdk/pkg v1.0.4
99
github.com/onsi/ginkgo/v2 v2.22.0
1010
github.com/onsi/gomega v1.36.1
1111
google.golang.org/grpc v1.74.2

0 commit comments

Comments
 (0)