Skip to content

Commit

Permalink
Remove reference to now unneeded go.rice fork from go.mod
Browse files Browse the repository at this point in the history
Closes #328
  • Loading branch information
anthonyfok authored and alecthomas committed Feb 18, 2020
1 parent 498eaa6 commit 330c3bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/alecthomas/chroma

go 1.13

require (
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
Expand All @@ -13,7 +15,3 @@ require (
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/sys v0.0.0-20181128092732-4ed8d59d0b35 // indirect
)

replace github.com/GeertJohan/go.rice => github.com/alecthomas/go.rice v1.0.1-0.20190719113735-961b99d742e7

go 1.13

0 comments on commit 330c3bd

Please sign in to comment.