Skip to content

Commit 803338e

Browse files
release: prepare version v1.0.2 (#143)
* release: update module set to version v1.0.2 Signed-off-by: Tagscherer Ádám <adam.tagscherer@gmail.com> * Prepare oasf-sdk for version v1.0.2 Signed-off-by: Tagscherer Ádám <adam.tagscherer@gmail.com> --------- Signed-off-by: Tagscherer Ádám <adam.tagscherer@gmail.com>
1 parent 6650b84 commit 803338e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.4
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.1
8+
github.com/agntcy/oasf-sdk/pkg v1.0.2
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

server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.4
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.1
8+
github.com/agntcy/oasf-sdk/pkg v1.0.2
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

versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module-sets:
55
oasf-sdk:
6-
version: v1.0.1
6+
version: v1.0.2
77
modules:
88
- github.com/agntcy/oasf-sdk/e2e
99
- github.com/agntcy/oasf-sdk/pkg

0 commit comments

Comments
 (0)