Skip to content

Commit

Permalink
Merge pull request #192 from CrazyHZM/feat/upgrade_glog
Browse files Browse the repository at this point in the history
Upgrade glog
  • Loading branch information
CrazyHZM committed Mar 31, 2023
2 parents f148d51 + d71fb48 commit 2ecb3f9
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 @@ -7,7 +7,7 @@ require (
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/Workiva/go-datastructures v1.0.50
github.com/absolute8511/bolt v1.5.2
github.com/absolute8511/glog v0.3.1
github.com/absolute8511/glog v0.4.1
github.com/absolute8511/gorpc v0.0.0-20161203145636-60ee7d4359cb
github.com/absolute8511/goskiplist v0.0.0-20170727031420-3ba6f667c3df
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ github.com/absolute8511/bolt v1.5.2 h1:b5sVmgBmLKAwEm3hRO+vbhhwWk1/1Pgmn2U3iY3mm
github.com/absolute8511/bolt v1.5.2/go.mod h1:ZcWITTZhq+Amag5xYMjaRvTLA1eeN4AtQ4pXsdDQh7g=
github.com/absolute8511/glog v0.3.1 h1:oTuACTGSouUxi7CWuya5azGQ9s7WnsAxrAxAZPKevRk=
github.com/absolute8511/glog v0.3.1/go.mod h1:T44AH/EtS/Grr3Ujq6U0Lhk1y4960FC9i06pxXblZ2I=
github.com/absolute8511/glog v0.4.1 h1:L/7x7j5CfBymjcpJSWS8eq7s86d1cMGo7+mNMJRcj+A=
github.com/absolute8511/glog v0.4.1/go.mod h1:T44AH/EtS/Grr3Ujq6U0Lhk1y4960FC9i06pxXblZ2I=
github.com/absolute8511/gorpc v0.0.0-20161203145636-60ee7d4359cb h1:F8aNeq5n+KBvboy1eAlpCcZ+DqdJ4a3g+CQ7L0jwt4o=
github.com/absolute8511/gorpc v0.0.0-20161203145636-60ee7d4359cb/go.mod h1:PjNRfcxNGdDHKsjOwvm3QSXPsL1PCSCPkI0qqIbL9Fs=
github.com/absolute8511/goskiplist v0.0.0-20170727031420-3ba6f667c3df h1:7iX7qyzKpDQ5ymyZrrlhK99T9phGo44DBhg9muteGXs=
Expand Down
2 changes: 1 addition & 1 deletion internal/version/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
)

const Binary = "0.3.7-HA.1.12.8"
const Binary = "0.3.7-HA.1.12.9"

var (
Commit = "unset"
Expand Down

0 comments on commit 2ecb3f9

Please sign in to comment.