diff options
author | Damien Cassou <damien@cassou.me> | 2020-01-16 09:27:41 +0100 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2020-01-16 09:27:41 +0100 |
commit | c6a32ddb4708638e32bdc86b16339b9c0621c9c3 (patch) | |
tree | 82a4f9410c6a8c168db5b2297e8091d06615aa1a /go.mod | |
parent | 3ae5f8ef1118eba999f055267f3a2d9a01e77343 (diff) | |
download | gitea-c6a32ddb4708638e32bdc86b16339b9c0621c9c3.tar.gz gitea-c6a32ddb4708638e32bdc86b16339b9c0621c9c3.zip |
Update go-org to 0.1.9 (#9782)
* Update go-org to 0.1.9
What I did to generate this commit:
$ go get github.com/niklasfasching/go-org
* make vendor
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ require ( github.com/microcosm-cc/bluemonday v0.0.0-20161012083705-f77f16ffc87a github.com/msteinert/pam v0.0.0-20151204160544-02ccfbfaf0cc github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5 - github.com/niklasfasching/go-org v0.1.8 + github.com/niklasfasching/go-org v0.1.9 github.com/oliamb/cutter v0.2.2 github.com/pkg/errors v0.8.1 github.com/pquerna/otp v0.0.0-20160912161815-54653902c20e |