diff options
author | Emiliano Ciavatta | 2020-09-16 15:56:19 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2020-09-16 15:56:19 +0000 |
commit | a77f2f97f1df204c663119fe8ccafb6f274cb634 (patch) | |
tree | 294d839017dbf67d85a2501e9a0570e87602e30a /go.mod | |
parent | 991d3b6c91d9fe3046ec94a3716a7dd21f496feb (diff) | |
parent | dfd6d543074b4a30c2fc990063ca69ebf8a734e1 (diff) |
Merge branch 'feature/decode-gzip' into develop
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,4 +17,5 @@ require ( go.mongodb.org/mongo-driver v1.3.1 golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect golang.org/x/sys v0.0.0-20200406155108-e3b113bbe6a4 // indirect + moul.io/http2curl v1.0.0 ) |