-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from nsip/release/v1.0.12
module support for nias2
- Loading branch information
Showing
4 changed files
with
400 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
module github.com/nsip/nias2 | ||
|
||
go 1.14 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 | ||
github.com/PuerkitoBio/goquery v1.5.1 | ||
github.com/balacode/one-file-pdf v0.0.0-20200620090739-0ad43253a916 | ||
github.com/beevik/etree v1.1.0 | ||
github.com/cenkalti/backoff v2.2.1+incompatible | ||
github.com/clipperhouse/jargon v1.0.7 | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/fatih/color v1.9.0 // indirect | ||
github.com/gosexy/rest v0.0.0-20160109152940-b63cba93265b | ||
github.com/kylelemons/godebug v1.1.0 | ||
github.com/labstack/echo v3.3.10+incompatible | ||
github.com/labstack/gommon v0.3.0 // indirect | ||
github.com/ledisdb/ledisdb v0.0.0-20200510135210-d35789ec47e6 | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.4 | ||
github.com/mitchellh/mapstructure v1.3.3 | ||
github.com/myesui/uuid v1.0.0 // indirect | ||
github.com/nats-io/nats-streaming-server v0.18.0 // indirect | ||
github.com/nats-io/nats.go v1.10.0 | ||
github.com/nats-io/nuid v1.0.1 | ||
github.com/nats-io/stan.go v0.7.0 | ||
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/playlyfe/go-graphql v0.0.0-20191219091308-23c3f22218ef | ||
github.com/shomali11/parallelizer v0.0.0-20190608135158-50acdcb89dff | ||
github.com/siddontang/goredis v0.0.0-20180423163523-0b4019cbd7b7 | ||
github.com/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/subchen/go-xmldom v1.1.2 | ||
github.com/syndtr/goleveldb v0.0.0-20160425020131-cfa635847112 | ||
github.com/tidwall/gjson v1.6.0 | ||
github.com/tidwall/sjson v1.1.1 | ||
github.com/twinj/uuid v1.0.0 | ||
github.com/valyala/fasttemplate v1.2.1 // indirect | ||
github.com/wildducktheories/go-csv v0.0.0-20170625071029-a843eda7bf09 | ||
github.com/xeipuuv/gojsonschema v1.2.0 | ||
golang.org/x/net v0.0.0-20200822124328-c89045814202 | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
gopkg.in/cheggaaa/pb.v1 v1.0.28 | ||
gopkg.in/fatih/set.v0 v0.2.1 | ||
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect | ||
) |
Oops, something went wrong.