Skip to content

Commit

Permalink
update go + barista.run
Browse files Browse the repository at this point in the history
  • Loading branch information
bavarianbidi committed Jan 17, 2024
1 parent ebb835e commit a9fa9b5
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 449 deletions.
23 changes: 11 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
module github.com/bavarianbidi/i3-bar

go 1.19
go 1.21

require (
barista.run v0.0.0-20230612153300-ec36a382421d
barista.run v0.0.0-20240112004004-16d50afdd673
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/martinlindhe/unit v0.0.0-20230420213220-4adfd7d0a0d6
)

require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/vishvananda/netlink v1.1.0 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.30.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/oauth2 v0.16.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.32.0 // indirect
)
Loading

0 comments on commit a9fa9b5

Please sign in to comment.