deps: updates 3rd party libs to latest (#1576)
Some checks failed
Release CLI / Pre-release build (push) Has been cancelled
Release CLI / Pre-release test (macos-12) (push) Has been cancelled
Release CLI / Pre-release test (ubuntu-22.04) (push) Has been cancelled
Release CLI / Pre-release test (windows-2022) (push) Has been cancelled
Release CLI / Release (push) Has been cancelled

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Crypt Keeper
2023-07-11 10:29:38 +08:00
committed by GitHub
parent 0300f4b3c1
commit b361183927
4 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
gofumpt := mvdan.cc/gofumpt@v0.5.0 gofumpt := mvdan.cc/gofumpt@v0.5.0
gosimports := github.com/rinchsan/gosimports/cmd/gosimports@v0.3.8 gosimports := github.com/rinchsan/gosimports/cmd/gosimports@v0.3.8
golangci_lint := github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2 golangci_lint := github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3
asmfmt := github.com/klauspost/asmfmt/cmd/asmfmt@v1.3.2 asmfmt := github.com/klauspost/asmfmt/cmd/asmfmt@v1.3.2
# sync this with netlify.toml! # sync this with netlify.toml!
hugo := github.com/gohugoio/hugo@v0.112.5 hugo := github.com/gohugoio/hugo@v0.115.2
# Make 3.81 doesn't support '**' globbing: Set explicitly instead of recursion. # Make 3.81 doesn't support '**' globbing: Set explicitly instead of recursion.
all_sources := $(wildcard *.go */*.go */*/*.go */*/*/*.go */*/*/*.go */*/*/*/*.go) all_sources := $(wildcard *.go */*.go */*/*.go */*/*/*.go */*/*/*.go */*/*/*/*.go)

View File

@@ -3,7 +3,7 @@ module github.com/tetratelabs/wazero/internal/integration_test/vs/wasmedge
go 1.18 go 1.18
require ( require (
github.com/second-state/WasmEdge-go v0.12.0 github.com/second-state/WasmEdge-go v0.12.1
github.com/tetratelabs/wazero v0.0.0 github.com/tetratelabs/wazero v0.0.0
) )

View File

@@ -1,2 +1,2 @@
github.com/second-state/WasmEdge-go v0.12.0 h1:CJFH/rwZMXIX/UeX4CRUzbcTUlXJfFNZTm3wiZ0Ck+8= github.com/second-state/WasmEdge-go v0.12.1 h1:rIRiRF35+8CtcYTsiW4KfFNIh3faRb3LoG2c7cCqQyI=
github.com/second-state/WasmEdge-go v0.12.0/go.mod h1:HyBf9hVj1sRAjklsjc1Yvs9b5RcmthPG9z99dY78TKg= github.com/second-state/WasmEdge-go v0.12.1/go.mod h1:HyBf9hVj1sRAjklsjc1Yvs9b5RcmthPG9z99dY78TKg=

View File

@@ -3,7 +3,7 @@
publish = "public" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.112.5" HUGO_VERSION = "0.115.2"
[context.production] [context.production]
command = "git submodule update --init && hugo --gc --minify" command = "git submodule update --init && hugo --gc --minify"