Skip to content

Commit

Permalink
Remove more of dep and vendor updates, some work on TFX protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
karlmutch committed Oct 29, 2020
1 parent bcce899 commit 1f5be6f
Show file tree
Hide file tree
Showing 170 changed files with 14,646 additions and 4,343 deletions.
7 changes: 5 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ run:
# can use regexp here: generated.*, regexp is applied on full path;
# default value is empty list, but default dirs are skipped independently
# from this option's value (see skip-dirs-use-default).
#skip-dirs:
skip-dirs:
- src
- vendor
#- src/external_libs
#- autogenerated_by_my_lib

Expand Down Expand Up @@ -272,6 +274,7 @@ linters:
- unparam
- maligned
- prealloc
- ineffassign
disable-all: false
presets:
- bugs
Expand Down Expand Up @@ -345,6 +348,6 @@ issues:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.24.0 # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.32.0 # use the fixed version to not introduce new linters unexpectedly
prepare:
- echo ""
1 change: 0 additions & 1 deletion Dockerfile_microk8s
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ ENV ENCRYPT_DIR='/runner/certs/message'

RUN \
mkdir $GOPATH/bin && \
(curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh) && \
git config --global url."https://github.com/".insteadOf [email protected]: && \
git config --global url."https://".insteadOf git:// && \
go get github.com/karlmutch/enumer && \
Expand Down
4 changes: 0 additions & 4 deletions Dockerfile_standalone
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ ENV LOGXI_FORMAT='happy,maxcol=1024'

ENV ENCRYPT_DIR='/runner/certs/message'

RUN \
mkdir -p $GOPATH/bin && \
(curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh)

RUN \
git config --global url."https://github.com/".insteadOf [email protected]: && \
git config --global url."https://".insteadOf git:// && \
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile_workstation
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ ENV LOGXI_FORMAT='happy,maxcol=1024'

WORKDIR /project/src/github.com/leaf-ai

RUN mkdir $GOPATH/bin && \
(curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh) && \
RUN \
git config --global url."git://github.com".insteadOf "https://github.com" && \
rm /usr/bin/nvidia-*

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p style="font-size: 2em;margin: .67em 0">studio-go-runner</p>

Version: <repo-version>0.12.0-main-aaaagpburgf</repo-version>
Version: <repo-version>0.12.0-main-aaaagpfzzoq</repo-version>

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/leaf-ai/studio-go-runner/blob/master/LICENSE) [![Go Report Card](https://goreportcard.com/badge/leaf-ai/studio-go-runner)](https://goreportcard.com/report/leaf-ai/studio-go-runner)

Expand Down Expand Up @@ -378,7 +378,6 @@ chmod +x $GOPATH/bin/semver
chmod +x $GOPATH/bin/stencil
chmod +x $GOPATH/bin/github-release
chmod +x $GOPATH/bin/git-watch
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
```

### Compilation Tools
Expand Down
3 changes: 0 additions & 3 deletions docs/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ go install github.com/karlmutch/duat/cmd/github-release
go install github.com/karlmutch/duat/cmd/image-release
go install github.com/karlmutch/duat/cmd/stencil
# Get build dependency and package manager
go get -u github.com/golang/dep/cmd/dep
# (Optional) Get the Azure CLI tools, more information at https://github.com/Azure/azure-cli
Expand Down
19 changes: 13 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ require (
github.com/karlmutch/semver v1.4.0 // indirect
github.com/karlmutch/vtclean v0.0.0-20170504063817-d14193dfc626
github.com/karlseguin/expect v1.0.7 // indirect
github.com/klauspost/compress v1.11.0 // indirect
github.com/lthibault/jitterbug v0.0.0-20180816135325-0ac50869eb41
github.com/makasim/amqpextra v0.14.3
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mgutz/logxi v0.0.0-20170321173016-3753102df44e
github.com/mholt/archiver v2.1.0+incompatible
Expand All @@ -66,7 +67,8 @@ require (
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
github.com/nightlyone/lockfile v1.0.0
github.com/nwaples/rardecode v0.0.0-20171029023500-e06696f847ae // indirect
github.com/onsi/ginkgo v1.13.0 // indirect
github.com/onsi/ginkgo v1.14.1 // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/otiai10/copy v1.2.0
github.com/pelletier/go-toml v1.8.1
Expand All @@ -78,6 +80,8 @@ require (
github.com/rs/xid v1.2.1
github.com/sdboyer/constext v0.0.0-20170321163424-836a14457353
github.com/shirou/gopsutil v2.20.3-0.20200314133625-53cec6b37e6a+incompatible
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.6.1
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
Expand All @@ -88,12 +92,15 @@ require (
go.opentelemetry.io/otel/sdk v0.11.0
go.uber.org/atomic v1.6.0
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20200918174421-af09f7315aff
golang.org/x/tools v0.0.0-20200930165741-f1523d29dbb9 // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sys v0.0.0-20201028094953-708e7fb298ac
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20201028182000-5bbba6644ef5 // indirect
google.golang.org/api v0.29.0
google.golang.org/protobuf v1.25.0
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
gopkg.in/yaml.v2 v2.3.0
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
honnef.co/go/tools v0.0.1-2020.1.6 // indirect
)
Loading

0 comments on commit 1f5be6f

Please sign in to comment.