Skip to content

Commit

Permalink
Up version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Apr 21, 2023
1 parent c162b33 commit b6107bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/httpreseve/linkstat
go 1.20

require (
github.com/httpreserve/httpreserve v0.0.0-20211222164930-89a61e1ec671
github.com/httpreserve/wayback v0.0.0-20211222152933-14b2302c807b
github.com/kval-access-language/kval-bbolt v0.0.0-20230420120231-8c2fbba90834
github.com/speps/go-hashids v2.0.0+incompatible
)

require (
github.com/google/uuid v1.3.0 // indirect
github.com/httpreserve/httpreserve v0.0.0-20230421144733-96d037c541b0 // indirect
github.com/httpreserve/phantomjsscreenshot v0.0.0-20180422150311-c763ac7abadc // indirect
github.com/httpreserve/simplerequest v0.0.0-20170904111322-6f325573aa95 // indirect
github.com/justinas/alice v1.2.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/httpreserve/httpreserve v0.0.0-20211222164930-89a61e1ec671 h1:9glz6wyd6VucjsaB2TUdNg/iqc42LlGKPDEhrE5zOK8=
github.com/httpreserve/httpreserve v0.0.0-20211222164930-89a61e1ec671/go.mod h1:eJtlc1pSh1dD76qNfx16veUlX1jMbV+oRkgyQr/R+cY=
github.com/httpreserve/httpreserve v0.0.0-20230421144733-96d037c541b0 h1:BZyP7e55FkDQu1AYJWnt1e521PRXfYHSU8BjYKJ2I2Y=
github.com/httpreserve/httpreserve v0.0.0-20230421144733-96d037c541b0/go.mod h1:eJtlc1pSh1dD76qNfx16veUlX1jMbV+oRkgyQr/R+cY=
github.com/httpreserve/phantomjsscreenshot v0.0.0-20180422150311-c763ac7abadc h1:QSH5I52X/qdPuJcWK4pymLQWHc+Pp2IEvvAqLE7Xhk4=
github.com/httpreserve/phantomjsscreenshot v0.0.0-20180422150311-c763ac7abadc/go.mod h1:5buv8evqeUmXcW01Gmdjgqs5ttSySQXQOFiRgCAMP+U=
github.com/httpreserve/simplerequest v0.0.0-20170904111322-6f325573aa95 h1:c6ci9fUN0o3SB1kI6N9Nn8L+/pAlrCzvJhXOKprSS9g=
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

var version = "httpreserve-linkstat-0.0.1"
var version = "httpreserve-linkstat-0.0.2"

func getVersion() string {
return version
Expand Down

0 comments on commit b6107bb

Please sign in to comment.