Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #263 from suzuki-shunsuke/build/update-go-module
Browse files Browse the repository at this point in the history
build: update go modules
  • Loading branch information
suzuki-shunsuke committed May 6, 2020
2 parents 7fca8c4 + 7fd627f commit 30b4423
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 61 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kind: pipeline
name: terraform fmt (v0.12)
steps:
- name: terraform fmt (v0.12)
image: hashicorp/terraform:0.12.19
image: hashicorp/terraform:0.12.24
commands:
- terraform fmt -check examples/v0.12
- terraform fmt -check -recursive graylog/testdata
Expand All @@ -67,7 +67,7 @@ volumes:
temp: {}
steps:
- name: download go modules
image: &image_go golang:1.13.7
image: &image_go golang:1.14.2
commands:
- go mod download
volumes: &volumes
Expand Down Expand Up @@ -109,7 +109,7 @@ steps:
event:
- tag
- name: release
image: &goreleaser goreleaser/goreleaser:v0.123.3
image: &goreleaser goreleaser/goreleaser:v0.130.0
commands:
- goreleaser release
environment:
Expand Down
10 changes: 2 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
module github.com/suzuki-shunsuke/go-graylog/v11

go 1.13
go 1.14

require (
github.com/AlecAivazis/survey/v2 v2.0.7
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/hashicorp/terraform v0.12.24
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.3.0
github.com/sanity-io/litter v1.2.0
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.5.1
github.com/suzuki-shunsuke/flute v0.7.0
github.com/suzuki-shunsuke/go-jsoneq v0.1.2
github.com/suzuki-shunsuke/go-ptr v1.0.0
github.com/suzuki-shunsuke/go-set/v6 v6.0.1
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)

0 comments on commit 30b4423

Please sign in to comment.