Skip to content

Commit

Permalink
Merge pull request #6 from Ville-Eurometropole-Strasbourg/v1.2
Browse files Browse the repository at this point in the history
V1.2
  • Loading branch information
remileblond67076 authored Dec 27, 2024
2 parents 7f7bff7 + 0ee3d58 commit d0f0c4a
Show file tree
Hide file tree
Showing 5 changed files with 406 additions and 308 deletions.
1 change: 1 addition & 0 deletions common/common.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Common tools
package common

import (
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ require (
)

require (
github.com/bndr/gotabulate v1.1.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
golang.org/x/sys v0.28.0 // indirect
gonum.org/v1/gonum v0.9.1 // indirect
Expand Down
Loading

0 comments on commit d0f0c4a

Please sign in to comment.