Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Update slime version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cywang1905 committed Mar 23, 2022
1 parent 781d37c commit abc6e74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ replace (
k8s.io/api => k8s.io/api v0.17.2
k8s.io/apimachinery => k8s.io/apimachinery v0.17.2

slime.io/slime/framework v0.0.0 => github.com/slime-io/slime/framework v0.3.12-0.20220317092527-c70ae0c96b3e
slime.io/slime/framework v0.0.0 => github.com/slime-io/slime/framework v0.4.0
//slime.io/slime/framework => ../slime/framework
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAm
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
github.com/sirupsen/logrus v1.4.2 h1:SPIRibHv4MatM3XXNO2BJeFLZwZ2LvZgfQ5+UNI2im4=
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
github.com/slime-io/slime/framework v0.3.12-0.20220317092527-c70ae0c96b3e h1:wAI26bXrRSJ9rc+tLduIyLs4OsdWxza1jFNvzrQMFJg=
github.com/slime-io/slime/framework v0.3.12-0.20220317092527-c70ae0c96b3e/go.mod h1:BiTWp0bvM1wP14G00R9iDBH9PRBYSSIwg8chrBt78yQ=
github.com/slime-io/slime/framework v0.4.0 h1:eIraufYG6qbA7N4yafo2UixRwhgRFmiSzW+cJuvlm6g=
github.com/slime-io/slime/framework v0.4.0/go.mod h1:BiTWp0bvM1wP14G00R9iDBH9PRBYSSIwg8chrBt78yQ=
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ=
github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk=
Expand Down
2 changes: 1 addition & 1 deletion install/samples/plugin/slimeboot_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-plugin
tag: v0.2.3-d808438
tag: v0.2.0_linux_amd64

0 comments on commit abc6e74

Please sign in to comment.