Skip to content

Commit 0accfc9

Browse files
author
Tim Ski
authored
Merge pull request #12 from FINRAOS/update_deps
Update deps
2 parents a0b44de + 4b9ba16 commit 0accfc9

File tree

590 files changed

+94812
-55000
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

590 files changed

+94812
-55000
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/golang:1.10.3
5+
- image: circleci/golang:1.11.4
66
working_directory: /go/src/github.com/FINRAOS/yum-nginx-api
77
environment:
88
TEST_RESULTS: /tmp/test-results
@@ -18,7 +18,6 @@ jobs:
1818
- run:
1919
shell: /bin/bash
2020
command: |
21-
cd yum-nginx-api
2221
make build
2322
make docker
2423
- run:

Gopkg.lock

Lines changed: 77 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,23 @@
1+
[[constraint]]
2+
name = "github.com/go-ozzo/ozzo-routing"
3+
version = "2.1.4"
14

2-
# Gopkg.toml example
3-
#
4-
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
5-
# for detailed Gopkg.toml documentation.
6-
#
7-
# required = ["github.com/user/thing/cmd/thing"]
8-
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
9-
#
10-
# [[constraint]]
11-
# name = "github.com/user/project"
12-
# version = "1.0.0"
13-
#
14-
# [[constraint]]
15-
# name = "github.com/user/project2"
16-
# branch = "dev"
17-
# source = "github.com/myfork/project2"
18-
#
19-
# [[override]]
20-
# name = "github.com/x/y"
21-
# version = "2.4.0"
5+
[[constraint]]
6+
name = "github.com/h2non/filetype"
7+
version = "1.0.5"
228

9+
[[constraint]]
10+
branch = "master"
11+
name = "github.com/mutecomm/go-sqlcipher"
2312

2413
[[constraint]]
25-
name = "github.com/go-ozzo/ozzo-routing"
26-
version = "2.1.3"
14+
name = "github.com/spf13/viper"
15+
version = "1.3.1"
2716

2817
[[constraint]]
29-
name = "github.com/h2non/filetype"
30-
version = "1.0.3"
18+
name = "github.com/ulikunitz/xz"
19+
version = "0.5.5"
20+
21+
[prune]
22+
go-tests = true
23+
unused-packages = true

vendor/github.com/fsnotify/fsnotify/.travis.yml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/AUTHORS

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)