diff options
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | go.mod | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ fmt: - go fmt github.com/fuwn/capybara... + go fmt github.com/gemrest/capybara... run: fmt - go run github.com/fuwn/capybara + go run github.com/gemrest/capybara build: fmt go build @@ -1,4 +1,4 @@ -module github.com/fuwn/capybara +module github.com/gemrest/capybara go 1.15 |