diff options
| author | Christine Dodrill <me@christine.website> | 2019-01-12 16:25:58 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-01-12 16:25:58 -0800 |
| commit | 4aa86399c798cdeb4db325132e75b7499dc0c9a5 (patch) | |
| tree | 1910d3ed12b583b57944c4db8532fa2ad19853af | |
| parent | f042c7fcf9989bbcc8ebb95e35c90de8b300e4b3 (diff) | |
| download | x-4aa86399c798cdeb4db325132e75b7499dc0c9a5.tar.xz x-4aa86399c798cdeb4db325132e75b7499dc0c9a5.zip | |
update dependecies
| -rw-r--r-- | doc.go | 2 | ||||
| -rw-r--r-- | go.mod | 1 | ||||
| -rw-r--r-- | go.sum | 1 |
3 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,2 @@ +// Package x is a hack +package x @@ -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 @@ -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= |
