Skip to content

Commit f20e2cd

Browse files
committed
remove indirect dependecy on textmapper
The textmapper dependecy is tracked by the llir/ll repo. Most likely, we ended up with tracking the specific version of the transitive dependency of textmapper when using `go get -u` to update. For future updates, we may want to use e.g. `go get github.com/pkg/errors@latest` instead.
1 parent 6c4a442 commit f20e2cd

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/llir/llvm
22

33
require (
4-
github.com/inspirer/textmapper v0.0.0-20190101225825-ae0b38e27780 // indirect
54
github.com/kr/pretty v0.1.0
65
github.com/llir/ll v0.0.0-20190101214934-d9b443a40870
76
github.com/mewkiz/pkg v0.0.0-20181231041609-5720a0c5985d

go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
github.com/inspirer/textmapper v0.0.0-20181224220124-bad2c4921a6b h1:NUCmRA9SMqaR9ePibBcE7Qakv81krZarfGg1XNVcQOs=
22
github.com/inspirer/textmapper v0.0.0-20181224220124-bad2c4921a6b/go.mod h1:SpoIwXu07A3gguovN379QUCTHpUk1lhX2KIjVxpQOas=
3-
github.com/inspirer/textmapper v0.0.0-20190101225825-ae0b38e27780 h1:pw08V8HYitrJVu78g/A0qeKP4n88/z/4xryA3i6NY58=
4-
github.com/inspirer/textmapper v0.0.0-20190101225825-ae0b38e27780/go.mod h1:SpoIwXu07A3gguovN379QUCTHpUk1lhX2KIjVxpQOas=
53
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
64
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
75
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=

0 commit comments

Comments
 (0)