aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-01-12 16:25:58 -0800
committerChristine Dodrill <me@christine.website>2019-01-12 16:25:58 -0800
commit4aa86399c798cdeb4db325132e75b7499dc0c9a5 (patch)
tree1910d3ed12b583b57944c4db8532fa2ad19853af
parentf042c7fcf9989bbcc8ebb95e35c90de8b300e4b3 (diff)
downloadx-4aa86399c798cdeb4db325132e75b7499dc0c9a5.tar.xz
x-4aa86399c798cdeb4db325132e75b7499dc0c9a5.zip
update dependecies
-rw-r--r--doc.go2
-rw-r--r--go.mod1
-rw-r--r--go.sum1
3 files changed, 4 insertions, 0 deletions
diff --git a/doc.go b/doc.go
new file mode 100644
index 0000000..d79f36e
--- /dev/null
+++ b/doc.go
@@ -0,0 +1,2 @@
+// Package x is a hack
+package x
diff --git a/go.mod b/go.mod
index fc626d8..e64487c 100644
--- a/go.mod
+++ b/go.mod
@@ -57,6 +57,7 @@ require (
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/streamrail/concurrent-map v0.0.0-20160823150647-8bf1e9bacbf6
+ github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
github.com/templexxx/xor v0.0.0-20181023030647-4e92f724b73b // indirect
diff --git a/go.sum b/go.sum
index 8648fa5..c95f774 100644
--- a/go.sum
+++ b/go.sum
@@ -136,6 +136,7 @@ github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf/go.mod h1:RJID2RhlZKId02n
github.com/streamrail/concurrent-map v0.0.0-20160823150647-8bf1e9bacbf6 h1:XklXvOrWxWCDX2n4vdEQWkjuIP820XD6C4kF0O0FzH4=
github.com/streamrail/concurrent-map v0.0.0-20160823150647-8bf1e9bacbf6/go.mod h1:yqDD2twFAqxvvH5gtpwwgLsj5L1kbNwtoPoDOwBzXcs=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
+github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=