From eaf7a0e846a05f80d053fe4a3128edca0e1cb27c Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Thu, 26 Oct 2017 09:12:24 -0400 Subject: [PATCH 1/3] dep: remove old godeps cruft It was out of date and there's some other new hotness --- Godeps/Godeps.json | 79 ---------------------------------------------- Godeps/Readme | 5 --- 2 files changed, 84 deletions(-) delete mode 100644 Godeps/Godeps.json delete mode 100644 Godeps/Readme diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json deleted file mode 100644 index 11ac2a6..0000000 --- a/Godeps/Godeps.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "ImportPath": "github.com/velour/catbase", - "GoVersion": "go1.8", - "GodepVersion": "v79", - "Deps": [ - { - "ImportPath": "github.com/davecgh/go-spew/spew", - "Rev": "5215b55f46b2b919f50a1df0eaa5886afe4e3b3d" - }, - { - "ImportPath": "github.com/jamescun/leftpad", - "Rev": "761f7215369a12a11bf849ee47cbf1bda6354a5d" - }, - { - "ImportPath": "github.com/jmoiron/sqlx", - "Comment": "sqlx-v1.1-60-gddb3dc8", - "Rev": "ddb3dc8bd6515cf1af155d322e01bd26a03bff18" - }, - { - "ImportPath": "github.com/jmoiron/sqlx/reflectx", - "Comment": "sqlx-v1.1-60-gddb3dc8", - "Rev": "ddb3dc8bd6515cf1af155d322e01bd26a03bff18" - }, - { - "ImportPath": "github.com/pmezard/go-difflib/difflib", - "Rev": "792786c7400a136282c1664665ae0a8db921c6c2" - }, - { - "ImportPath": "github.com/robertkrimen/otto", - "Rev": "53221230c215611a90762720c9042ac782ef74ee" - }, - { - "ImportPath": "github.com/robertkrimen/otto/ast", - "Rev": "53221230c215611a90762720c9042ac782ef74ee" - }, - { - "ImportPath": "github.com/robertkrimen/otto/dbg", - "Rev": "53221230c215611a90762720c9042ac782ef74ee" - }, - { - "ImportPath": "github.com/robertkrimen/otto/file", - "Rev": "53221230c215611a90762720c9042ac782ef74ee" - }, - { - "ImportPath": "github.com/robertkrimen/otto/parser", - "Rev": "53221230c215611a90762720c9042ac782ef74ee" - }, - { - "ImportPath": "github.com/robertkrimen/otto/registry", - "Rev": "53221230c215611a90762720c9042ac782ef74ee" - }, - { - "ImportPath": "github.com/robertkrimen/otto/token", - "Rev": "53221230c215611a90762720c9042ac782ef74ee" - }, - { - "ImportPath": "github.com/stretchr/objx", - "Rev": "1a9d0bb9f541897e62256577b352fdbc1fb4fd94" - }, - { - "ImportPath": "github.com/stretchr/testify/assert", - "Comment": "v1.1.3-6-g6fe211e", - "Rev": "6fe211e493929a8aac0469b93f28b1d0688a9a3a" - }, - { - "ImportPath": "github.com/stretchr/testify/mock", - "Comment": "v1.1.3-6-g6fe211e", - "Rev": "6fe211e493929a8aac0469b93f28b1d0688a9a3a" - }, - { - "ImportPath": "github.com/velour/velour/irc", - "Rev": "11924c8689d0f264951b8684f6a7e936953d6bed" - }, - { - "ImportPath": "golang.org/x/net/websocket", - "Rev": "2e9cee70ee697e0a2ef894b560dda50dec7dff58" - } - ] -} diff --git a/Godeps/Readme b/Godeps/Readme deleted file mode 100644 index 4cdaa53..0000000 --- a/Godeps/Readme +++ /dev/null @@ -1,5 +0,0 @@ -This directory tree is generated automatically by godep. - -Please do not edit. - -See https://github.com/tools/godep for more information. From 3771d6a002cbf023edbc6952f8dc8eb2e9daca28 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Thu, 26 Oct 2017 09:14:05 -0400 Subject: [PATCH 2/3] dep: add manifest and lock file Switching it to https://github.com/golang/dep --- Gopkg.lock | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++ Gopkg.toml | 50 ++++++++++++++++++++ 2 files changed, 181 insertions(+) create mode 100644 Gopkg.lock create mode 100644 Gopkg.toml diff --git a/Gopkg.lock b/Gopkg.lock new file mode 100644 index 0000000..49dfed1 --- /dev/null +++ b/Gopkg.lock @@ -0,0 +1,131 @@ +# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. + + +[[projects]] + name = "github.com/PuerkitoBio/goquery" + packages = ["."] + revision = "e1271ee34c6a305e38566ecd27ae374944907ee9" + version = "v1.1.0" + +[[projects]] + branch = "master" + name = "github.com/andybalholm/cascadia" + packages = ["."] + revision = "349dd0209470eabd9514242c688c403c0926d266" + +[[projects]] + name = "github.com/boltdb/bolt" + packages = ["."] + revision = "2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8" + version = "v1.3.1" + +[[projects]] + name = "github.com/davecgh/go-spew" + packages = ["spew"] + revision = "5215b55f46b2b919f50a1df0eaa5886afe4e3b3d" + +[[projects]] + branch = "master" + name = "github.com/jamescun/leftpad" + packages = ["."] + revision = "761f7215369a12a11bf849ee47cbf1bda6354a5d" + +[[projects]] + name = "github.com/jmoiron/sqlx" + packages = [".","reflectx"] + revision = "sqlx-v1.1-60-gddb3dc8" + +[[projects]] + name = "github.com/mattn/go-sqlite3" + packages = ["."] + revision = "5160b48509cf5c877bc22c11c373f8c7738cdb38" + version = "v1.3.0" + +[[projects]] + branch = "master" + name = "github.com/mitchellh/mapstructure" + packages = ["."] + revision = "06020f85339e21b2478f756a78e295255ffa4d6a" + +[[projects]] + name = "github.com/mmcdole/gofeed" + packages = [".","atom","extensions","internal/shared","rss"] + revision = "303223474e837398b2f8a265e5572958bb5568c0" + version = "v1.0.0-beta" + +[[projects]] + branch = "master" + name = "github.com/mmcdole/goxpp" + packages = ["."] + revision = "77e4a51a73ed99ee3f33c1474dc166866304acbd" + +[[projects]] + name = "github.com/pmezard/go-difflib" + packages = ["difflib"] + revision = "792786c7400a136282c1664665ae0a8db921c6c2" + version = "^1.0.0" + +[[projects]] + branch = "master" + name = "github.com/robertkrimen/otto" + packages = [".","ast","dbg","file","parser","registry","token"] + revision = "68a29f5e29b18d7367e686c43cf74eba1900f548" + +[[projects]] + name = "github.com/stretchr/objx" + packages = ["."] + revision = "1a9d0bb9f541897e62256577b352fdbc1fb4fd94" + version = "master" + +[[projects]] + name = "github.com/stretchr/testify" + packages = ["assert","mock"] + revision = "6fe211e493929a8aac0469b93f28b1d0688a9a3a" + version = "v1.1.3-6-g6fe211e" + +[[projects]] + name = "github.com/velour/velour" + packages = ["irc"] + revision = "11924c8689d0f264951b8684f6a7e936953d6bed" + +[[projects]] + branch = "master" + name = "github.com/yuin/gluamapper" + packages = ["."] + revision = "d836955830e75240d46ce9f0e6d148d94f2e1d3a" + +[[projects]] + branch = "master" + name = "github.com/yuin/gopher-lua" + packages = [".","ast","parse","pm"] + revision = "eb1c7299435cc746b72514f37f74a5154dfe460f" + +[[projects]] + name = "golang.org/x/net" + packages = ["context","html","html/atom","html/charset","websocket"] + revision = "2e9cee70ee697e0a2ef894b560dda50dec7dff58" + +[[projects]] + branch = "master" + name = "golang.org/x/sys" + packages = ["unix"] + revision = "3e3646d2c706c21b222a5dbcaa6db12b3e0cc765" + +[[projects]] + branch = "master" + name = "golang.org/x/text" + packages = ["encoding","encoding/charmap","encoding/htmlindex","encoding/internal","encoding/internal/identifier","encoding/japanese","encoding/korean","encoding/simplifiedchinese","encoding/traditionalchinese","encoding/unicode","internal/gen","internal/tag","internal/utf8internal","language","runes","transform","unicode/cldr"] + revision = "6eab0e8f74e86c598ec3b6fad4888e0c11482d48" + +[[projects]] + name = "gopkg.in/sourcemap.v1" + packages = [".","base64vlq"] + revision = "6e83acea0053641eff084973fee085f0c193c61a" + version = "v1.0.5" + +[solve-meta] + analyzer-name = "dep" + analyzer-version = 1 + inputs-digest = "609fe3bf155b62c167494fa01709c925d329f54865b8d38184ef0d4cc8c7caa8" + solver-name = "gps-cdcl" + solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml new file mode 100644 index 0000000..b843511 --- /dev/null +++ b/Gopkg.toml @@ -0,0 +1,50 @@ + +# 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" + + +[[constraint]] + name = "github.com/boltdb/bolt" + version = "1.3.1" + +[[constraint]] + branch = "master" + name = "github.com/jamescun/leftpad" + +[[constraint]] + name = "github.com/jmoiron/sqlx" + revision = "sqlx-v1.1-60-gddb3dc8" + +[[constraint]] + name = "github.com/mattn/go-sqlite3" + version = "1.3.0" + +[[constraint]] + name = "github.com/mmcdole/gofeed" + version = "1.0.0-beta" + +[[constraint]] + branch = "master" + name = "github.com/yuin/gluamapper" + +[[constraint]] + branch = "master" + name = "github.com/yuin/gopher-lua" From f336c88bb229cd498a329593497effcdb333f538 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Thu, 26 Oct 2017 09:16:15 -0400 Subject: [PATCH 3/3] gitignore: add some cruft --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index dd83255..ba65788 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,7 @@ config.json *.db vendor **/*.swp + +.vscode/ +*.code-workspace +*config.lua