Skip to content

Commit

Permalink
go version updated and assert moved
Browse files Browse the repository at this point in the history
  • Loading branch information
andygeiss committed Aug 2, 2022
1 parent e1bc4da commit d295ca4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 25 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright 2020 Andreas Geiß
Copyright 2022 Andreas Geiß

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion device/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"

"github.com/andygeiss/esp32/device"
"github.com/andygeiss/esp32/pkg/assert"
"github.com/andygeiss/utils/assert"
)

func TestControllerSetupErrorShouldBeNil(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion examples/first/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"

"github.com/andygeiss/esp32/device"
"github.com/andygeiss/esp32/pkg/assert"
"github.com/andygeiss/utils/assert"
)

func TestControllerSetupErrorShouldBeNil(t *testing.T) {
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/andygeiss/esp32

go 1.14
go 1.18

require (
github.com/andygeiss/assert v0.0.9
github.com/andygeiss/esp32-controller v0.0.3
github.com/andygeiss/esp32-controller v0.1.0
github.com/andygeiss/utils v0.1.1
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/andygeiss/assert v0.0.9 h1:ZITUqQiyeBo7hXROIb50vKV2jeSAy/R9CD9UkxxS3w4=
github.com/andygeiss/assert v0.0.9/go.mod h1:fCwXr8GkRVuJWDwiCS73+NTcHXyhQSx4uqV/0Fl5T3g=
github.com/andygeiss/esp32-controller v0.0.3 h1:lZzscKooFVp8S/hO9optF32wHgVXM0w5gci1WkIQMLw=
github.com/andygeiss/esp32-controller v0.0.3/go.mod h1:L3NzO1fgbAIMtTM3IWDhu2pC3tqBudgZKeajZhmOoCk=
github.com/andygeiss/esp32-controller v0.1.0 h1:o+SaEmOA3Sh3Qhxf7xqUpouE9Y39AneYEYrjdP6twAI=
github.com/andygeiss/esp32-controller v0.1.0/go.mod h1:5bEu/i+U9pklziFmp1rJ8ijpz43Gzyz3jmL8+UrI+ys=
github.com/andygeiss/utils v0.1.1 h1:+mUz6cqZRyNRJGKdMkA45g9wc5ijWtaDQTl8cw2CaG4=
github.com/andygeiss/utils v0.1.1/go.mod h1:6GobpffB2ogOr4AmqQZhYFyNkvWlSVKzWTN1wIDvUTc=
15 changes: 0 additions & 15 deletions pkg/assert/assert.go

This file was deleted.

0 comments on commit d295ca4

Please sign in to comment.