Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
github.com/gophercloud/gophercloud v0.7.0
github.com/gorilla/handlers v1.5.1
github.com/im7mortal/kmutex v1.0.1-0.20190514200450-95588b379f4a
github.com/im7mortal/kmutex v1.0.2
github.com/majewsky/schwift v0.0.0-20180906125654-e1b3d5e2efc9
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ github.com/gorilla/handlers v1.5.1 h1:9lRY6j8DEeeBT10CvO9hGW0gmky0BprnvDI5vfhUHH
github.com/gorilla/handlers v1.5.1/go.mod h1:t8XrUpc4KVXb7HGyJ4/cEnwQiaxrX/hz1Zv/4g96P1Q=
github.com/im7mortal/kmutex v1.0.1-0.20190514200450-95588b379f4a h1:I7XYx0hMdY2XpIkf8iLMYNv/ACHjpFa2uWd1N/POpS0=
github.com/im7mortal/kmutex v1.0.1-0.20190514200450-95588b379f4a/go.mod h1:sWxFWnj0mHcQ59S1kyEWP3G+Lk+wnY/xd8IfidrKw6Y=
github.com/im7mortal/kmutex v1.0.2 h1:lLn1IwjiY2OoUnD7axm7BJ0Sigo/eUcgtZdz4pvfN3U=
github.com/im7mortal/kmutex v1.0.2/go.mod h1:f71c/Ugk/+58OHRAgvgzPP3QEiWGUjK13fd8ozfKWdo=
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 h1:1dSBUfGlorLAua2CRx0zFN7kQsTpE2DQSmr7rrTNgY8=
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629/go.mod h1:mb5nS4uRANwOJSZj8rlCWAfAcGi72GGMIXx+xGOjA7M=
github.com/majewsky/schwift v0.0.0-20180906125654-e1b3d5e2efc9 h1:gEZ+rVeQ1lzzFvykFE2F6BjKD1aCMxW0Uq1GeNs4DeQ=
Expand Down