Skip to content

Commit

Permalink
Merge pull request #82 from oakmound/release/2.1.0
Browse files Browse the repository at this point in the history
Release/2.1.0
  • Loading branch information
200sc committed Mar 4, 2019
2 parents f488a3a + af95e9d commit 60bdd36
Show file tree
Hide file tree
Showing 47 changed files with 2,231 additions and 55 deletions.
277 changes: 277 additions & 0 deletions Gopkg.lock

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

82 changes: 82 additions & 0 deletions Gopkg.toml
@@ -0,0 +1,82 @@
# 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]]
branch = "master"
name = "github.com/200sc/go-dist"

[[constraint]]
name = "github.com/200sc/klangsynthese"
version = "0.1.1"

[[constraint]]
name = "github.com/BurntSushi/toml"
version = "0.3.1"

[[constraint]]
branch = "master"
name = "github.com/akavel/polyclip-go"

[[constraint]]
name = "github.com/davecgh/go-spew"
version = "1.1.1"

[[constraint]]
name = "github.com/disintegration/gift"
version = "1.2.0"

[[constraint]]
branch = "master"
name = "github.com/golang/freetype"

[[constraint]]
branch = "master"
name = "github.com/oakmound/lowrez17"

[[constraint]]
name = "github.com/oakmound/shiny"
version = "0.1.0"

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

[[constraint]]
branch = "master"
name = "golang.org/x/image"

[[constraint]]
branch = "master"
name = "golang.org/x/mobile"

[[constraint]]
branch = "master"
name = "golang.org/x/sync"

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

0 comments on commit 60bdd36

Please sign in to comment.