Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate to go modules #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
module github.com/nanopack/mist

go 1.14

require (
github.com/deckarep/golang-set v0.0.0-20171013212420-1d4478f51bed
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2-0.20180314163126-4dbd923b0c9e // indirect
github.com/gorilla/pat v0.0.0-20180118222023-199c85a7f6d1
github.com/gorilla/websocket v1.2.1-0.20180306181548-eb925808374e
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25
github.com/lib/pq v0.0.0-20180201184707-88edab080323
github.com/magiconair/properties v1.7.7-0.20180217134545-2c9e95027885 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 // indirect
github.com/nanobox-io/golang-nanoauth v0.0.0-20180313010318-3397bf18cb42
github.com/nanobox-io/golang-scribble v0.0.0-20171026142921-ced58d671850
github.com/pelletier/go-toml v1.1.1-0.20180228233631-05bcc0fb0d3e // indirect
github.com/pkg/errors v0.8.1-0.20180311214515-816c9085562c // indirect
github.com/pkg/sftp v0.0.0-20180315205330-49488377fa2f // indirect
github.com/spf13/afero v1.0.3-0.20180211162714-bbf41cb36dff // indirect
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/cobra v0.0.2-0.20180301181557-c6c44e6fdcc3
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
github.com/spf13/pflag v1.0.1-0.20180220143236-ee5fd03fd6ac // indirect
github.com/spf13/viper v1.0.1-0.20171227194143-aafc9e6bc7b7
golang.org/x/sys v0.0.0-20180315095008-cc7307a45468 // indirect
golang.org/x/text v0.3.1-0.20180315130413-8c34f848e18c // indirect
gopkg.in/yaml.v2 v2.1.1 // indirect
)
51 changes: 51 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
github.com/deckarep/golang-set v0.0.0-20171013212420-1d4478f51bed h1:njG8LmGD6JCWJu4bwIKmkOHvch70UOEIqczl5vp7Gok=
github.com/deckarep/golang-set v0.0.0-20171013212420-1d4478f51bed/go.mod h1:93vsz/8Wt4joVM7c2AVqh+YRMiUSc14yDtF28KmMOgQ=
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/gorilla/context v1.1.1 h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8=
github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg=
github.com/gorilla/mux v1.6.2-0.20180314163126-4dbd923b0c9e h1:P4HZPfD5owD3GJuOQT5fTNIYzhWAYKz7nwlteyC88jQ=
github.com/gorilla/mux v1.6.2-0.20180314163126-4dbd923b0c9e/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
github.com/gorilla/pat v0.0.0-20180118222023-199c85a7f6d1 h1:LqbZZ9sNMWVjeXS4NN5oVvhMjDyLhmA1LG86oSo+IqY=
github.com/gorilla/pat v0.0.0-20180118222023-199c85a7f6d1/go.mod h1:YeAe0gNeiNT5hoiZRI4yiOky6jVdNvfO2N6Kav/HmxY=
github.com/gorilla/websocket v1.2.1-0.20180306181548-eb925808374e h1:hp2ivm/tQqgPUN/uq+UxkgNOsFbeiKcxG6n//hVHtx0=
github.com/gorilla/websocket v1.2.1-0.20180306181548-eb925808374e/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb h1:1OvvPvZkn/yCQ3xBcM8y4020wdkMXPHLB4+NfoGWh4U=
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb/go.mod h1:oZtUIOe8dh44I2q6ScRibXws4Ajl+d+nod3AaR9vL5w=
github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25 h1:EFT6MH3igZK/dIVqgGbTqWVvkZ7wJ5iGN03SVtvvdd8=
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25/go.mod h1:sWkGw/wsaHtRsT9zGQ/WyJCotGWG/Anow/9hsAcBWRw=
github.com/lib/pq v0.0.0-20180201184707-88edab080323 h1:Ou506ViB5uo2GloKFWIYi5hwRJn4AAOXuLVv8RMY9+4=
github.com/lib/pq v0.0.0-20180201184707-88edab080323/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
github.com/magiconair/properties v1.7.7-0.20180217134545-2c9e95027885 h1:IwQ8uYqDt7dEjdtQ7c00ud5+e+4FiN+SS3PKdYYbCRU=
github.com/magiconair/properties v1.7.7-0.20180217134545-2c9e95027885/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 h1:+MZW2uvHgN8kYvksEN3f7eFL2wpzk0GxmlFsMybWc7E=
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
github.com/nanobox-io/golang-nanoauth v0.0.0-20180313010318-3397bf18cb42 h1:dMTjPmQwo9Za10jEkc9pBm3Lj1tLebVsary+gHCIfwk=
github.com/nanobox-io/golang-nanoauth v0.0.0-20180313010318-3397bf18cb42/go.mod h1:jfZE9AECk8TbE7GVFj8GWNR/3tuNJvWqKsCL7mXQr8E=
github.com/nanobox-io/golang-scribble v0.0.0-20171026142921-ced58d671850 h1:/pQiS63V/MBGmh7IcfJb0qiRp8021tvZnz90bXuMLDI=
github.com/nanobox-io/golang-scribble v0.0.0-20171026142921-ced58d671850/go.mod h1:4Mct/lWCFf1jzQTTAaWtOI7sXqmG+wBeiBfT4CxoaJk=
github.com/pelletier/go-toml v1.1.1-0.20180228233631-05bcc0fb0d3e h1:E3eWyoidQ9RW8JXKUTf5yXpHDSsNvh479jFqs3+YJmM=
github.com/pelletier/go-toml v1.1.1-0.20180228233631-05bcc0fb0d3e/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pkg/errors v0.8.1-0.20180311214515-816c9085562c/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/sftp v0.0.0-20180315205330-49488377fa2f/go.mod h1:NxmoDg/QLVWluQDUYG7XBZTLUpKeFa8e3aMf1BfjyHk=
github.com/spf13/afero v1.0.3-0.20180211162714-bbf41cb36dff h1:Z28RvqvIa6pfSkVPYjUktGRYABMnIO8u69juCVeP+Dk=
github.com/spf13/afero v1.0.3-0.20180211162714-bbf41cb36dff/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ=
github.com/spf13/cast v1.2.0 h1:HHl1DSRbEQN2i8tJmtS6ViPyHx35+p51amrdsiTCrkg=
github.com/spf13/cast v1.2.0/go.mod h1:r2rcYCSwa1IExKTDiTfzaxqT2FNHs8hODu4LnUfgKEg=
github.com/spf13/cobra v0.0.2-0.20180301181557-c6c44e6fdcc3 h1:RoEUbiG5ExLwbgMulpKAGzWKrlNuRaGseUQdzOj+Sgw=
github.com/spf13/cobra v0.0.2-0.20180301181557-c6c44e6fdcc3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ=
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec h1:2ZXvIUGghLpdTVHR1UfvfrzoVlZaE/yOWC5LueIHZig=
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo=
github.com/spf13/pflag v1.0.1-0.20180220143236-ee5fd03fd6ac h1:wM/pBOzKRhqxszbC/8ASNYMhyRYeKaS5q+5UFng0gKw=
github.com/spf13/pflag v1.0.1-0.20180220143236-ee5fd03fd6ac/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
github.com/spf13/viper v1.0.1-0.20171227194143-aafc9e6bc7b7 h1:9Eo2Npc0ZgNeXWcH/D1SofNQzl1BhtFBE6ourg3H/lQ=
github.com/spf13/viper v1.0.1-0.20171227194143-aafc9e6bc7b7/go.mod h1:A8kyI5cUJhb8N+3pkfONlcEcZbueH6nhAm0Fq7SrnBM=
golang.org/x/sys v0.0.0-20180315095008-cc7307a45468 h1:gA/WTjA7p666MDp8dc2JZcAaprujwHmc/1rj+E64iBA=
golang.org/x/sys v0.0.0-20180315095008-cc7307a45468/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/text v0.3.1-0.20180315130413-8c34f848e18c h1:QVBqyJ29YNgDqqivzAY6FETW7/zn5X8X2X7tbvhaMCE=
golang.org/x/text v0.3.1-0.20180315130413-8c34f848e18c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.1.1 h1:fxK3tv8mQPVEgxu/S2LJ040LyqiajHt+syP0CdDS/Sc=
gopkg.in/yaml.v2 v2.1.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
241 changes: 0 additions & 241 deletions vendor/vendor.json

This file was deleted.