Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander committed Jul 30, 2024
1 parent 312ebaf commit 19b3db2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions MAINTAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ To release a new version, please follow the steps below:
* Create a new release branch `release/v${version}` from the main branch. Do the work below on the new branch.
* Create tag `api/v${version}`.
* Commit the changes below (the CI will fail at this point):
* Update those `go.mod` which depend on `mosn.io/htnn/api`.
* Remove the `go.work` file.
* Update those `go.mod` which depend on `mosn.io/htnn/$mod`.
* Create tag `types/v${version}` for `types` module. Then do the same with `controller` and `plugins`.
* Running `make fmt-go`. Don't panic for "server response: not found" error. The sync of sum.golang.org might take half an hour. Try again later. Commit a new commit after the command succeed. The CI should pass now.
* Create tag `image/v${version}` to trigger image building.
Expand Down
4 changes: 2 additions & 2 deletions controller/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ require (
k8s.io/api v0.29.3
k8s.io/apimachinery v0.29.3
k8s.io/client-go v0.29.3
mosn.io/htnn/api v0.3.0
mosn.io/htnn/types v0.3.0
mosn.io/htnn/api v0.3.1
mosn.io/htnn/types v0.3.1
sigs.k8s.io/controller-runtime v0.17.3
sigs.k8s.io/gateway-api v1.0.0
sigs.k8s.io/yaml v1.4.0
Expand Down
4 changes: 2 additions & 2 deletions e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ require (
k8s.io/api v0.29.3
k8s.io/apimachinery v0.29.3
k8s.io/client-go v0.29.3
mosn.io/htnn/controller v0.3.0
mosn.io/htnn/types v0.3.0
mosn.io/htnn/controller v0.3.1
mosn.io/htnn/types v0.3.1
sigs.k8s.io/controller-runtime v0.17.3
sigs.k8s.io/gateway-api v1.0.0
)
Expand Down
4 changes: 2 additions & 2 deletions plugins/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ require (
golang.org/x/oauth2 v0.20.0
golang.org/x/time v0.5.0
google.golang.org/protobuf v1.34.0
mosn.io/htnn/api v0.3.0
mosn.io/htnn/types v0.3.0
mosn.io/htnn/api v0.3.1
mosn.io/htnn/types v0.3.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion types/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ require (
istio.io/client-go v1.21.2
k8s.io/apimachinery v0.29.3
k8s.io/client-go v0.29.3
mosn.io/htnn/api v0.3.0
mosn.io/htnn/api v0.3.1
sigs.k8s.io/controller-runtime v0.17.3
sigs.k8s.io/gateway-api v1.0.0
)
Expand Down

0 comments on commit 19b3db2

Please sign in to comment.