Skip to content

Commit

Permalink
Upgrade golang SDK
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Rockwood <[email protected]>
  • Loading branch information
rockwotj committed May 27, 2023
1 parent ec47da5 commit d21a2f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/go/rpk/pkg/cli/wasm/template/golang_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,16 @@ const wasmGoModFile = `module {{.}}
go 1.18
require (
github.com/rockwotj/redpanda/src/go/sdk v0.0.0-20230526161832-f2effb645fef
github.com/rockwotj/redpanda/src/go/sdk v0.0.0-20230527042812-ec47da50a292
)
`

func WasmGoModule(name string) (string, error) {
return ExecTemplate("go.mod", wasmGoModFile, name)
}

const wasmGoSumFile = `
github.com/rockwotj/redpanda/src/go/sdk v0.0.0-20230526161832-f2effb645fef h1:O1bJvNQeirCYrAqQu8deFDLyuHNS1bkTSZCxVdXfhkc=
github.com/rockwotj/redpanda/src/go/sdk v0.0.0-20230526161832-f2effb645fef/go.mod h1:vF5WfFB2Ze9hEYCK++UEO8nNUQ6gz4pMuM/KRIOHPJg=
const wasmGoSumFile = `github.com/rockwotj/redpanda/src/go/sdk v0.0.0-20230527042812-ec47da50a292 h1:HZCFOd5MJBUKg+zJIoEwIjmQ2REUGagGC0i+Dq7ADVY=
github.com/rockwotj/redpanda/src/go/sdk v0.0.0-20230527042812-ec47da50a292/go.mod h1:vF5WfFB2Ze9hEYCK++UEO8nNUQ6gz4pMuM/KRIOHPJg=
`

func WasmGoChecksums() string {
Expand Down

0 comments on commit d21a2f8

Please sign in to comment.