-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af60de4
commit 6a60f6c
Showing
3 changed files
with
23 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,20 @@ | ||
module github.com/extism/go-sdk | ||
|
||
go 1.20 | ||
go 1.22.2 | ||
|
||
require ( | ||
github.com/dylibso/observe-sdk/go v0.0.0-20231201014635-141351c24659 | ||
github.com/dylibso/observe-sdk/go v0.0.0-20240815143955-7e0389165219 | ||
github.com/gobwas/glob v0.2.3 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/tetratelabs/wazero v1.3.0 | ||
github.com/gobwas/glob v0.2.3 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/tetratelabs/wazero v1.7.3 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/tetratelabs/wazero v1.8.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/tetratelabs/wabin v0.0.0-20230304001439-f6f874872834 // indirect | ||
go.opentelemetry.io/proto/otlp v1.0.0 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
github.com/ianlancetaylor/demangle v0.0.0-20240805132620-81f5be970eca // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/tetratelabs/wabin v0.0.0-20230304001439-f6f874872834 // indirect | ||
go.opentelemetry.io/proto/otlp v1.0.0 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
go.opentelemetry.io/proto/otlp v1.3.1 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
|
||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters