diff options
author | 6543 <6543@obermui.de> | 2020-05-10 12:23:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 06:23:17 -0400 |
commit | 57b6f831916af59b7ad8ad0a9d0dd9083da88a6f (patch) | |
tree | 8bc1cd90e50ff9d384d3ea7fbbd1b9a7d7fb7b9a /go.mod | |
parent | dbb74978f7a4574d237952349437e7ac03764e3b (diff) | |
download | gitea-57b6f831916af59b7ad8ad0a9d0dd9083da88a6f.tar.gz gitea-57b6f831916af59b7ad8ad0a9d0dd9083da88a6f.zip |
Update github.com/issue9/identicon from untagged to v1.0.1 (#11359)
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ require ( github.com/hashicorp/go-retryablehttp v0.6.6 // indirect github.com/huandu/xstrings v1.3.0 github.com/issue9/assert v1.3.2 // indirect - github.com/issue9/identicon v0.0.0-20160320065130-d36b54562f4c + github.com/issue9/identicon v1.0.1 github.com/jaytaylor/html2text v0.0.0-20160923191438-8fb95d837f7d github.com/jmhodges/levigo v1.0.0 // indirect github.com/joho/godotenv v1.3.0 // indirect |