Skip to content

Commit

Permalink
Tru updated; go module updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-scherba committed Aug 13, 2023
1 parent 537faf5 commit 9631daa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/teonet-go/teonet

go 1.20
go 1.21

require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/kirill-scherba/bslice v0.0.2
github.com/teonet-go/teomon v0.5.14
github.com/teonet-go/tru v0.0.12
github.com/teonet-go/tru v0.0.18
)

require (
Expand All @@ -15,5 +15,5 @@ require (
github.com/denisbrodbeck/machineid v1.0.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/kirill-scherba/stable v0.0.8 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/sys v0.11.0 // indirect
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ github.com/kirill-scherba/stable v0.0.8 h1:m0GM5FCx1SJkai1o6kfQI0lKUWeupQGTicqb8
github.com/kirill-scherba/stable v0.0.8/go.mod h1:Le2T16xIQmb9c9xzDVSqf7bWvpzo1pbDQLeD0s7qxZU=
github.com/teonet-go/teomon v0.5.14 h1:iYWj2x4oQD7rOp1vu/OMR0dcELEPWhJDcWDx32GvE+A=
github.com/teonet-go/teomon v0.5.14/go.mod h1:GzmuSJWL+tMiN4HvT1fZoqp/mfN8bX7p5R9bxv8JAhM=
github.com/teonet-go/tru v0.0.12 h1:EVzije7UCtXRNlqu4hAqtpQlUG+61eEf8fiV37tar68=
github.com/teonet-go/tru v0.0.12/go.mod h1:99eMSU2K7n6I06KTOzCu4dWkV/VBPRkV7u61akoLdBE=
golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU=
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
github.com/teonet-go/tru v0.0.18 h1:4BR9zpqY0jMmTXsXzyCc4DokMucnqLcsMD+C9uilDro=
github.com/teonet-go/tru v0.0.18/go.mod h1:xCKC3B0JbfE2C8OliN/CJ7R1gGQbnTIKKWLBaC4oBLY=
golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM=
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
2 changes: 1 addition & 1 deletion teonet.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/teonet-go/tru/teolog"
)

const Version = "0.6.2"
const Version = "0.6.3"

// Reset random and use rnd instead
var rnd = rand.New(rand.NewSource(time.Now().Unix()))
Expand Down

0 comments on commit 9631daa

Please sign in to comment.