Skip to content

Commit

Permalink
Merge pull request #10 from 99designs/go-1.17
Browse files Browse the repository at this point in the history
Update to go 1.17
  • Loading branch information
spearki committed Jan 13, 2022
2 parents 5843dc3 + 5927622 commit fbd704d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 0 additions & 1 deletion Godeps

This file was deleted.

7 changes: 2 additions & 5 deletions README.md
Expand Up @@ -25,7 +25,7 @@ From source:

```sh
# Make sure you have a sane $GOPATH
go get github.com/99designs/cmdstalk
go install github.com/99designs/cmdstalk@latest
```

From binary:
Expand Down Expand Up @@ -56,9 +56,6 @@ cmdstalk -all -cmd="cat" -per-tube=4
Dev
---

[gpm](https://github.com/pote/gpm) is used to track dependencies. Make sure
you have a sane `$GOPATH` etc, then `brew install gpm` and `gpm install`.

```sh
# Run all tests, with minimal/buffered output.
go test ./...
Expand All @@ -80,7 +77,7 @@ Release

```sh
# Set up cross-compiling tool.
go get github.com/mitchellh/gox
go install github.com/mitchellh/gox@latest
gox -build-toolchain -os="darwin linux" -arch="amd64"

# Compile for various systems.
Expand Down
5 changes: 5 additions & 0 deletions go.mod
@@ -0,0 +1,5 @@
module github.com/99designs/cmdstalk

go 1.17

require github.com/kr/beanstalk v0.0.0-20130218090021-4011ceaa3cee
2 changes: 2 additions & 0 deletions go.sum
@@ -0,0 +1,2 @@
github.com/kr/beanstalk v0.0.0-20130218090021-4011ceaa3cee h1:WJEhmLuV1JSqpi2Wu2EUO4JhBWPyvtHU620wlF5E0LU=
github.com/kr/beanstalk v0.0.0-20130218090021-4011ceaa3cee/go.mod h1:S640fId9Ag4k2hh6Hwwj62pMSZqfMtg/kfKPeAOhET8=

0 comments on commit fbd704d

Please sign in to comment.