Skip to content

Commit

Permalink
factor out of poe-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Everlag committed Jan 15, 2020
0 parents commit 4510280
Show file tree
Hide file tree
Showing 525 changed files with 101,739 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sandbox/
todo

/cmd/watch/watch*
/cmd/watch/slippery-policy*
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cSpell.enabled": false
}
245 changes: 245 additions & 0 deletions Gopkg.lock

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

50 changes: 50 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# 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/gobuffalo/packr"
version = "2.7.1"

[[constraint]]
name = "github.com/json-iterator/go"
version = "1.1.9"

[[constraint]]
name = "github.com/pkg/errors"
version = "0.9.1"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.4.0"

[[constraint]]
name = "go.uber.org/zap"
version = "1.13.0"

[prune]
go-tests = true
unused-packages = true

0 comments on commit 4510280

Please sign in to comment.