diff --git a/examples/plugins/hello-world-wasm-go/go.mod b/examples/plugins/hello-world-wasm-go/go.mod index c8dbf07457..5bdf8f6b7a 100644 --- a/examples/plugins/hello-world-wasm-go/go.mod +++ b/examples/plugins/hello-world-wasm-go/go.mod @@ -2,9 +2,8 @@ module github.com/maximhq/bifrost/examples/plugins/hello-world-wasm go 1.26.1 -require github.com/maximhq/bifrost/core v0.0.0-00010101000000-000000000000 +require github.com/maximhq/bifrost/core v1.4.17 -replace github.com/maximhq/bifrost/core => ../../../core require ( github.com/andybalholm/brotli v1.2.0 // indirect diff --git a/examples/plugins/hello-world/go.mod b/examples/plugins/hello-world/go.mod index f2283117bc..d522d70007 100644 --- a/examples/plugins/hello-world/go.mod +++ b/examples/plugins/hello-world/go.mod @@ -2,7 +2,7 @@ module github.com/maximhq/bifrost/examples/plugins/hello-world go 1.26.1 -require github.com/maximhq/bifrost/core v1.4.19 +require github.com/maximhq/bifrost/core v1.4.17 require ( github.com/andybalholm/brotli v1.2.0 // indirect