From 9631daa07da1a2172efd26c0a23ab36ce99ad570 Mon Sep 17 00:00:00 2001 From: Kirill Scherba Date: Sun, 13 Aug 2023 10:51:53 +0300 Subject: [PATCH] Tru updated; go module updated --- go.mod | 6 +++--- go.sum | 8 ++++---- teonet.go | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index e187b44..d30a0d2 100644 --- a/go.mod +++ b/go.mod @@ -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 ( @@ -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 ) diff --git a/go.sum b/go.sum index 95c2f6a..d0d3895 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/teonet.go b/teonet.go index 839f8ea..c728521 100644 --- a/teonet.go +++ b/teonet.go @@ -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()))