Skip to content

Commit

Permalink
Merge pull request #28 from BluesJhao/go_module
Browse files Browse the repository at this point in the history
Add go module support
  • Loading branch information
xuri committed Jan 15, 2019
2 parents 7b06eae + f65c013 commit 15c8a55
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions go.mod
@@ -0,0 +1,7 @@
module github.com/xuri/aurora

require (
github.com/BurntSushi/toml v0.3.1
github.com/beanstalkd/go-beanstalk v0.0.0-20190108065340-28608e928096
github.com/rakyll/statik v0.1.5
)
6 changes: 6 additions & 0 deletions go.sum
@@ -0,0 +1,6 @@
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/beanstalkd/go-beanstalk v0.0.0-20190108065340-28608e928096 h1:7VkJ296wFy/Ee7Ku2uuZT7RJiGDcojuVq+rhGkmfG2Y=
github.com/beanstalkd/go-beanstalk v0.0.0-20190108065340-28608e928096/go.mod h1:Q3f6RCbUHp8RHSfBiPUZBojK76rir8Rl+KINuz2/sYs=
github.com/rakyll/statik v0.1.5 h1:Ly2UjURzxnsSYS0zI50fZ+srA+Fu7EbpV5hglvJvJG0=
github.com/rakyll/statik v0.1.5/go.mod h1:OEi9wJV/fMUAGx1eNjq75DKDsJVuEv1U0oYdX6GX8Zs=
2 changes: 1 addition & 1 deletion main_test.go
Expand Up @@ -18,7 +18,7 @@ const (
bstk = "127.0.0.1:11300"
configFileWithSampleJobs = `servers = []
listen = "127.0.0.1:3000"
version = 1.8
version = 2.0
[openpage]
enabled = true
Expand Down

0 comments on commit 15c8a55

Please sign in to comment.