Skip to content

Commit

Permalink
Merge pull request #4 from krise3k/bump-packages
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
krzysztof-indyk authored Oct 26, 2018
2 parents f552553 + f15054a commit 6d66c1d
Show file tree
Hide file tree
Showing 791 changed files with 147,774 additions and 43,402 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ruby-dev \
&& rm -rf /var/lib/apt/lists/*

ENV GOLANG_VERSION 1.10.3
ENV GOLANG_VERSION 1.11.1
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
ENV GOLANG_DOWNLOAD_SHA256 fa1b0e45d3b647c252f51f5e1204aba049cde4af177ef9f2181f43004f901035
ENV GOLANG_DOWNLOAD_SHA256 2871270d8ff0c8c69f161aaae42f9f28739855ff5c5204752a8d92a1c9f63993

RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz \
&& echo "$GOLANG_DOWNLOAD_SHA256 golang.tar.gz" | sha256sum -c - \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10.3-stretch
FROM golang:1.11.1-stretch
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
Expand Down
182 changes: 130 additions & 52 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 19 additions & 30 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,45 +1,34 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
[[constraint]]
name = "github.com/fsouza/go-dockerclient"
version = "~1.2.1"

[[override]]
name = "github.com/docker/docker"
revision = "a422774e593b33bd287d9890544ad9e09b380d8c"

[[constraint]]
name = "github.com/Sirupsen/logrus"
version = "0.11.5"
name = "github.com/sirupsen/logrus"
version = "~1.1.1"

[[constraint]]
name = "github.com/evalphobia/logrus_sentry"
version = "0.2.12"
version = "~0.4.6"

[[constraint]]
name = "github.com/fatih/structs"
version = "~1.0.0"
version = "~1.1.0"

[[constraint]]
name = "github.com/olebedev/config"
revision = "dd1049a3738432dfc49417e2ae5bd97e132ecac6"

[[constraint]]
name = "github.com/influxdata/influxdb"
version = "~1.2.4"
version = "~1.6.3"

[[constraint]]
name = "github.com/influxdata/telegraf"
version = "~1.8.2"

[prune]
go-tests = true
Expand Down
Loading

0 comments on commit 6d66c1d

Please sign in to comment.