diff options
author | Nick White <git@njw.name> | 2022-11-17 13:01:03 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-11-17 13:01:03 +0000 |
commit | 109aa8b02ed63a4fe3054972f4c79d5c5328f610 (patch) | |
tree | b0eef74848e9dcb0203065e17b14b616ac37fe99 /go.mod | |
parent | b992e8482c6302af8e804c1b065ba8b8016561bb (diff) |
Upgrade integral package to prevent possible panic
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,5 +7,5 @@ require ( github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/wcharczuk/go-chart v2.0.2-0.20191206192251-962b9abdec2b+incompatible golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect - rescribe.xyz/integral v0.6.0 + rescribe.xyz/integral v0.6.1 ) |