From af95e9d337d8d81f76a3e12557d0d31157f298a0 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 3 Mar 2019 19:13:25 -0600 Subject: [PATCH] Add dep and go mod dependency files --- Gopkg.lock | 277 +++++++++++++++++++++++++++++++++++++++++++++++++++++ Gopkg.toml | 82 ++++++++++++++++ go.mod | 26 +++++ 3 files changed, 385 insertions(+) create mode 100644 Gopkg.lock create mode 100644 Gopkg.toml create mode 100644 go.mod diff --git a/Gopkg.lock b/Gopkg.lock new file mode 100644 index 00000000..1a026f4f --- /dev/null +++ b/Gopkg.lock @@ -0,0 +1,277 @@ +# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. + + +[[projects]] + branch = "master" + digest = "1:b4cf4077e6123e315ad327b9578b6aac5253b74095c9eb16bbb0479b3676805a" + name = "github.com/200sc/go-dist" + packages = [ + "colorrange", + "floatrange", + "intrange", + ] + pruneopts = "UT" + revision = "8bdf90fe4b023f2e176be67c7c27ea31dd89d324" + +[[projects]] + digest = "1:7a13753f465bbc2b6c141de05f94dbdcaa066da0f49f226b94b6c46b4bba0ddf" + name = "github.com/200sc/klangsynthese" + packages = [ + "audio", + "audio/filter", + "audio/filter/supports", + "audio/manip", + "font", + "mp3", + "synth", + "wav", + ] + pruneopts = "UT" + revision = "edd134f4ff94e91c8ad140de3e064db8334aef63" + version = "v0.1.1" + +[[projects]] + digest = "1:9f3b30d9f8e0d7040f729b82dcbc8f0dead820a133b3147ce355fc451f32d761" + name = "github.com/BurntSushi/toml" + packages = ["."] + pruneopts = "UT" + revision = "3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005" + version = "v0.3.1" + +[[projects]] + branch = "master" + digest = "1:130593c6d3a71ec66faec36cbe0017d56755ddc38c638e675b31552b6f1b9708" + name = "github.com/BurntSushi/xgb" + packages = [ + ".", + "render", + "shm", + "xproto", + ] + pruneopts = "UT" + revision = "27f122750802c950b2c869a5b63dafcf590ced95" + +[[projects]] + branch = "master" + digest = "1:554fc9ace442cb49137a7790fa8d6264d8987c1fb90925cf02899d4663538f9d" + name = "github.com/akavel/polyclip-go" + packages = ["."] + pruneopts = "UT" + revision = "2cfdb71461bde9115450eb65688337e3f8ee715e" + +[[projects]] + digest = "1:ffe9824d294da03b391f44e1ae8281281b4afc1bdaa9588c9097785e3af10cec" + name = "github.com/davecgh/go-spew" + packages = ["spew"] + pruneopts = "UT" + revision = "8991bc29aa16c548c550c7ff78260e27b9ab7c73" + version = "v1.1.1" + +[[projects]] + digest = "1:b3af453d2bd5c7f1c6242b38d0416aa6cf96485a90b404fe638abeadb7ddd501" + name = "github.com/disintegration/gift" + packages = ["."] + pruneopts = "UT" + revision = "e7b6d79ff1929f7f71e2de01198850f4e50db244" + version = "v1.2.0" + +[[projects]] + branch = "master" + digest = "1:62c57507df491b657e9ae2645f30958d9964c8eeb380600469eedc951ebb3a0e" + name = "github.com/golang/freetype" + packages = [ + "raster", + "truetype", + ] + pruneopts = "UT" + revision = "e2365dfdc4a05e4b8299a783240d4a7d5a65d4e4" + +[[projects]] + digest = "1:52430c9cb1b419d4d7cc21b6536732a492376820e4d6aa43bc2dd0b53ae491a5" + name = "github.com/hajimehoshi/go-mp3" + packages = [ + ".", + "internal/bits", + "internal/consts", + "internal/frame", + "internal/frameheader", + "internal/huffman", + "internal/imdct", + "internal/maindata", + "internal/sideinfo", + ] + pruneopts = "UT" + revision = "90191ee719ddc192865cd96bdc8013ef1ed6dbea" + version = "v0.1.1" + +[[projects]] + branch = "master" + digest = "1:0aeaaf2037e67cfb35f8623b2164ca4469cd5c112521b75e19f34fc9e3a287b9" + name = "github.com/oakmound/alsa-go" + packages = ["."] + pruneopts = "UT" + revision = "ba5351447e1209bb9726d4330341eb07661e7200" + +[[projects]] + branch = "master" + digest = "1:aef6e035cb47dc2a202386f7599928ecd6525251ad746e6c8e7cc11cea996d5a" + name = "github.com/oakmound/lowrez17" + packages = ["game/layers"] + pruneopts = "UT" + revision = "da6171067fff33956a6af7f46e2226d6acd9cf9d" + +[[projects]] + digest = "1:5946d50a5b3ad30b970c44bfe3d5867c30398f25d95b87c96181dd2cad75e374" + name = "github.com/oakmound/shiny" + packages = [ + "driver", + "driver/gldriver", + "driver/internal/drawer", + "driver/internal/errscreen", + "driver/internal/event", + "driver/internal/lifecycler", + "driver/internal/swizzle", + "driver/internal/win32", + "driver/internal/x11key", + "driver/windriver", + "driver/x11driver", + "gesture", + "screen", + ] + pruneopts = "UT" + revision = "c45f2e40187a7a4659e19f7fcef90086db41801e" + version = "v0.1.0" + +[[projects]] + digest = "1:17b5368f859a5ee0bc4521b9cb29b25ab1a69c86eab2ab2883b60efe3a3ad093" + name = "github.com/oakmound/w32" + packages = ["."] + pruneopts = "UT" + revision = "b7f1cf6a58d56773f641d191180a5d81c5679ab1" + version = "v1.0.0" + +[[projects]] + branch = "master" + digest = "1:ffbc3e14a414a0a5256fdcf92b7f52f218613318e6f17eca7b9c6ac48a1072cf" + name = "github.com/oov/directsound-go" + packages = ["dsound"] + pruneopts = "UT" + revision = "e53e59c700bfd3a54be020aa361349351b1221aa" + +[[projects]] + digest = "1:cf31692c14422fa27c83a05292eb5cbe0fb2775972e8f1f8446a71549bd8980b" + name = "github.com/pkg/errors" + packages = ["."] + pruneopts = "UT" + revision = "ba968bfe8b2f7e042a574c888954fccecfa385b4" + version = "v0.8.1" + +[[projects]] + digest = "1:0028cb19b2e4c3112225cd871870f2d9cf49b9b4276531f03438a88e94be86fe" + name = "github.com/pmezard/go-difflib" + packages = ["difflib"] + pruneopts = "UT" + revision = "792786c7400a136282c1664665ae0a8db921c6c2" + version = "v1.0.0" + +[[projects]] + digest = "1:972c2427413d41a1e06ca4897e8528e5a1622894050e2f527b38ddf0f343f759" + name = "github.com/stretchr/testify" + packages = ["assert"] + pruneopts = "UT" + revision = "ffdc059bfe9ce6a4e144ba849dbedead332c6053" + version = "v1.3.0" + +[[projects]] + branch = "master" + digest = "1:e4955d8aa1a09ceb900f2c2df004b638a74c6c7588fff643863f779eebfd1b5d" + name = "golang.org/x/image" + packages = [ + "bmp", + "colornames", + "font", + "math/f64", + "math/fixed", + ] + pruneopts = "UT" + revision = "0694c2d4d067f97ebef574d63a763ee8ab559da7" + +[[projects]] + branch = "master" + digest = "1:97b3ccf91aec42b36b53970c65da2f0aaebae2f22f50459eeb7b23a4a56cf71a" + name = "golang.org/x/mobile" + packages = [ + "event/key", + "event/lifecycle", + "event/mouse", + "event/paint", + "event/size", + "geom", + "gl", + ] + pruneopts = "UT" + revision = "b8c6dab863a6bb7fceeb28cd882e272336b5d63d" + +[[projects]] + branch = "master" + digest = "1:de4815ce3ca5b624af2733716ecd471de1ef50cda8afec39491aab517f73139c" + name = "golang.org/x/net" + packages = [ + "html", + "html/atom", + ] + pruneopts = "UT" + revision = "16b79f2e4e95ea23b2bf9903c9809ff7b013ce85" + +[[projects]] + branch = "master" + digest = "1:9f303486d623f840492bfeb48eb906a94e9d3fe638a761639b72ce64bf7bfcc3" + name = "golang.org/x/sync" + packages = ["syncmap"] + pruneopts = "UT" + revision = "e225da77a7e68af35c70ccbf71af2b83e6acac3c" + +[[projects]] + branch = "master" + digest = "1:237e8294fc988c135a81cfce460263ac3806d86ba9faef52130ddcc1ddd22fd4" + name = "golang.org/x/sys" + packages = ["windows"] + pruneopts = "UT" + revision = "c2f5717e611cf8e89a852a41081355194d80c943" + +[solve-meta] + analyzer-name = "dep" + analyzer-version = 1 + input-imports = [ + "github.com/200sc/go-dist/colorrange", + "github.com/200sc/go-dist/floatrange", + "github.com/200sc/go-dist/intrange", + "github.com/200sc/klangsynthese/audio", + "github.com/200sc/klangsynthese/audio/filter", + "github.com/200sc/klangsynthese/audio/filter/supports", + "github.com/200sc/klangsynthese/font", + "github.com/200sc/klangsynthese/mp3", + "github.com/200sc/klangsynthese/synth", + "github.com/200sc/klangsynthese/wav", + "github.com/BurntSushi/toml", + "github.com/akavel/polyclip-go", + "github.com/davecgh/go-spew/spew", + "github.com/disintegration/gift", + "github.com/golang/freetype/truetype", + "github.com/oakmound/lowrez17/game/layers", + "github.com/oakmound/shiny/driver", + "github.com/oakmound/shiny/gesture", + "github.com/oakmound/shiny/screen", + "github.com/stretchr/testify/assert", + "golang.org/x/image/bmp", + "golang.org/x/image/colornames", + "golang.org/x/image/font", + "golang.org/x/image/math/fixed", + "golang.org/x/mobile/event/key", + "golang.org/x/mobile/event/lifecycle", + "golang.org/x/mobile/event/mouse", + "golang.org/x/mobile/event/size", + "golang.org/x/sync/syncmap", + ] + solver-name = "gps-cdcl" + solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml new file mode 100644 index 00000000..26bb8841 --- /dev/null +++ b/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 diff --git a/go.mod b/go.mod new file mode 100644 index 00000000..f177f5f7 --- /dev/null +++ b/go.mod @@ -0,0 +1,26 @@ +module github.com/oakmound/oak + +require ( + github.com/200sc/go-dist v0.0.0-20180217184639-8bdf90fe4b02 + github.com/200sc/klangsynthese v0.1.1 + github.com/BurntSushi/toml v0.3.1 + github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 + github.com/akavel/polyclip-go v0.0.0-20160111220610-2cfdb71461bd + github.com/davecgh/go-spew v1.1.1 + github.com/disintegration/gift v1.2.0 + github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 + github.com/hajimehoshi/go-mp3 v0.1.1 + github.com/oakmound/alsa-go v0.0.0-20190302183935-ba5351447e12 + github.com/oakmound/lowrez17 v0.0.0-20180207115707-da6171067fff + github.com/oakmound/shiny v0.1.0 + github.com/oakmound/w32 v1.0.0 + github.com/oov/directsound-go v0.0.0-20141101201356-e53e59c700bf + github.com/pkg/errors v0.8.1 + github.com/pmezard/go-difflib v1.0.0 + github.com/stretchr/testify v1.3.0 + golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 + golang.org/x/mobile v0.0.0-20190302063618-b8c6dab863a6 + golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95 + golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 + golang.org/x/sys v0.0.0-20190303192550-c2f5717e611c +)