Skip to content

Commit

Permalink
Update godel to latest version on GitHub.com repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored and holtwilkins committed Jun 20, 2018
1 parent 0c47aea commit 492efa2
Show file tree
Hide file tree
Showing 104 changed files with 11,776 additions and 2,773 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ scratch/
.idea/
*.iml
*.ipr
/out/
198 changes: 198 additions & 0 deletions Gopkg.lock

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

38 changes: 38 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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/palantir/bouncer"
version = "0.6.12"

[[constraint]]
name = "gopkg.in/go-playground/validator.v9"
version = "9.3.5"

[prune]
go-tests = true
unused-packages = true
1 change: 1 addition & 0 deletions godel/config/check-plugin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 0 additions & 1 deletion godel/config/check.yml

This file was deleted.

60 changes: 60 additions & 0 deletions godel/config/dist-plugin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
products:
bouncer:
build:
main-pkg: ./main
version-var: github.com/palantir/bouncer/cmd.version
os-archs:
- os: darwin
arch: "386"
- os: darwin
arch: amd64
- os: freebsd
arch: "386"
- os: freebsd
arch: amd64
- os: freebsd
arch: arm
- os: linux
arch: "386"
- os: linux
arch: amd64
- os: linux
arch: arm
- os: linux
arch: arm64
- os: windows
arch: "386"
- os: windows
arch: amd64
dist:
disters:
os-arch-bin:
type: os-arch-bin
config:
os-archs:
- os: darwin
arch: "386"
- os: darwin
arch: amd64
- os: freebsd
arch: "386"
- os: freebsd
arch: amd64
- os: freebsd
arch: arm
- os: linux
arch: "386"
- os: linux
arch: amd64
- os: linux
arch: arm
- os: linux
arch: arm64
- os: windows
arch: "386"
- os: windows
arch: amd64
publish: {}
product-defaults:
publish:
group-id: com.palantir.bouncer
32 changes: 0 additions & 32 deletions godel/config/dist.yml

This file was deleted.

6 changes: 0 additions & 6 deletions godel/config/exclude.yml

This file was deleted.

4 changes: 4 additions & 0 deletions godel/config/format-plugin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
formatters:
ptimports:
config:
separate-project-imports: true
4 changes: 0 additions & 4 deletions godel/config/format.yml

This file was deleted.

Empty file removed godel/config/generate.yml
Empty file.
4 changes: 2 additions & 2 deletions godel/config/godel.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
distributionURL=https://palantir.bintray.com/releases/com/palantir/godel/godel/0.25.0/godel-0.25.0.tgz
distributionSHA256=a822869c80bec1e93c6237fc0ffd0cda0f61a21f4db7f184ec69aaba7b5a9bdb
distributionURL=https://palantir.bintray.com/releases/com/palantir/godel/godel/2.1.0/godel-2.1.0.tgz
distributionSHA256=a1c33e701f18411f72a8b81ba148ec26e2cb0ef5a18ed6d49fc7cc3149acab28
16 changes: 16 additions & 0 deletions godel/config/godel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
plugins:
resolvers:
- https://palantir.bintray.com/releases/{{GroupPath}}/{{Product}}/{{Version}}/{{Product}}-{{Version}}-{{OS}}-{{Arch}}.tgz
plugins:
- locator:
id: com.palantir.godel-dep-plugin:dep-plugin:1.0.0
checksums:
darwin-amd64: 8f0f4e8b1f918fb4294fdd9a10faac1895fe6ed3de6aa5209b0cea9d42da7f17
linux-amd64: 21ec9bb75bb925e45ee7be16ed23821888cd7b82089c167d9d28ea4b3594f4e7
exclude:
names:
- \..+
- vendor
- socks
paths:
- godel
File renamed without changes.
1 change: 1 addition & 0 deletions godel/config/test-plugin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Empty file removed godel/config/test.yml
Empty file.
Loading

0 comments on commit 492efa2

Please sign in to comment.