From 18727ff33215112e9caf5f2045656ce1a3897815 Mon Sep 17 00:00:00 2001 From: Ryota Date: Wed, 5 Jan 2022 15:54:10 -0500 Subject: [PATCH] Add ARM64 arch for build (#82) --- .goreleaser.yml | 1 + go.mod | 2 +- go.sum | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index c59dfd1..bb3011e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -10,6 +10,7 @@ builds: - windows goarch: - amd64 + - arm64 brews: - name: importer diff --git a/go.mod b/go.mod index f2d6165..e950603 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/upsidr/importer go 1.17 require ( - github.com/google/go-cmp v0.5.5 + github.com/google/go-cmp v0.5.6 github.com/spf13/cobra v1.2.1 ) diff --git a/go.sum b/go.sum index 2703a24..885c864 100644 --- a/go.sum +++ b/go.sum @@ -116,6 +116,8 @@ github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ= +github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0=