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

Commit

Permalink
Merge pull request #295 from secrethub/release/v0.39.0
Browse files Browse the repository at this point in the history
Release v0.39.0
  • Loading branch information
jpcoenen authored Jun 9, 2020
2 parents 050ffbb + e9553d3 commit cd99b29
Show file tree
Hide file tree
Showing 104 changed files with 2,395 additions and 926 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
arch:
type: string
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.14
steps:
- checkout
- run: GOOS=<< parameters.os >> GOARCH=<< parameters.arch >> go build ./cmd/secrethub
test:
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.14
steps:
- checkout
- restore_cache:
Expand All @@ -33,7 +33,7 @@ jobs:
- run: make test
verify-goreleaser:
docker:
- image: goreleaser/goreleaser:v0.127
- image: goreleaser/goreleaser:v0.133
steps:
- checkout
- run: goreleaser check
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine as build_base
FROM golang:1.14-alpine as build_base
WORKDIR /build
ENV GO111MODULE=on
RUN apk add --update git
Expand Down
14 changes: 9 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
module github.com/secrethub/secrethub-cli

go 1.13
go 1.14

require (
bitbucket.org/zombiezen/cardcpx v0.0.0-20150417151802-902f68ff43ef
cloud.google.com/go v0.57.0 // indirect
github.com/alecthomas/kingpin v1.3.8-0.20200323085623-b6657d9477a6
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
github.com/atotto/clipboard v0.1.2
github.com/aws/aws-sdk-go v1.25.49
github.com/docker/go-units v0.3.3
Expand All @@ -16,10 +18,12 @@ require (
github.com/mitchellh/mapstructure v1.1.2
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/secrethub/demo-app v0.1.0
github.com/secrethub/secrethub-go v0.28.0
github.com/secrethub/secrethub-go v0.29.0
github.com/zalando/go-keyring v0.0.0-20190208082241-fbe81aec3a07
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
golang.org/x/text v0.3.0
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/sys v0.0.0-20200501052902-10377860bb8e
golang.org/x/text v0.3.2
google.golang.org/api v0.26.0
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
gopkg.in/yaml.v2 v2.2.2
)
305 changes: 303 additions & 2 deletions go.sum

Large diffs are not rendered by default.

193 changes: 0 additions & 193 deletions internals/cli/configuration/configuration.go

This file was deleted.

56 changes: 0 additions & 56 deletions internals/cli/configuration/migrater.go

This file was deleted.

Loading

0 comments on commit cd99b29

Please sign in to comment.