Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
remove travis files
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Feb 25, 2019
1 parent 7ce12f3 commit 2a45927
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 85 deletions.
37 changes: 0 additions & 37 deletions .travis.yml

This file was deleted.

8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
module github.com/gobuffalo/packr

require (
github.com/gobuffalo/envy v1.6.12
github.com/gobuffalo/packd v0.0.0-20181212173646-eca3b8fd6687
github.com/gobuffalo/packr/v2 v2.0.0-rc.15
github.com/gobuffalo/envy v1.6.15
github.com/gobuffalo/packd v0.0.0-20190224160250-d04dd98aca5b
github.com/gobuffalo/packr/v2 v2.0.1
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.3
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc // indirect
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
golang.org/x/sys v0.0.0-20190116161447-11f53e031339 // indirect
)

0 comments on commit 2a45927

Please sign in to comment.