diff options
author | Gusted <williamzijl7@hotmail.com> | 2022-02-27 16:56:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-27 16:56:44 +0000 |
commit | 79c7219be8be1303922e3090c9011aab9c6a3519 (patch) | |
tree | bde6bcfd00298081fc99f87d2fca8b1b13e46867 /go.mod | |
parent | f56bba1a7823168f038cc4bd847c51771ca73bc9 (diff) | |
download | gitea-79c7219be8be1303922e3090c9011aab9c6a3519.tar.gz gitea-79c7219be8be1303922e3090c9011aab9c6a3519.zip |
Update go-org to v1.6.1 (#18932)
- v1.6.0 has a inconsistency with the proxy and github's tagged version,
updating to v1.6.1 should fix this issue.
- Resolves #18864
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ require ( github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450 // indirect github.com/msteinert/pam v0.0.0-20201130170657-e61372126161 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 - github.com/niklasfasching/go-org v1.6.0 + github.com/niklasfasching/go-org v1.6.1 github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/oliamb/cutter v0.2.2 github.com/olivere/elastic/v7 v7.0.25 |