File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ module github.com/mstruebing/duration
2
2
3
3
go 1.20
4
4
5
- require (
6
- github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37
7
- golang.org/x/sys v0.0.0-20190610081024-1e42afee0f76 // indirect
8
- )
5
+ require github.com/buger/goterm v1.0.4
6
+
7
+ require golang.org/x/sys v0.13.0 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37 h1:uxxtrnACqI9zK4ENDMf0WpXfUsHP5V8liuq5QdgDISU =
2
2
github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37 /go.mod h1:u9UyCz2eTrSGy6fbupqJ54eY5c4IC8gREQ1053dK12U =
3
+ github.com/buger/goterm v1.0.4 h1:Z9YvGmOih81P0FbVtEYTFF6YsSgxSUKEhf/f9bTMXbY =
4
+ github.com/buger/goterm v1.0.4 /go.mod h1:HiFWV3xnkolgrBV3mY8m0X0Pumt4zg4QhbdOzQtB8tE =
3
5
golang.org/x/sys v0.0.0-20190610081024-1e42afee0f76 h1:QSmW7Q3mFdAGjtAd0byXmFJ55inUydyZ4WQmiuItAIQ =
4
6
golang.org/x/sys v0.0.0-20190610081024-1e42afee0f76 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
7
+ golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
8
+ golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE =
9
+ golang.org/x/sys v0.13.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments