Skip to content

Commit

Permalink
chore: Upgraded @observerly/dusk module => 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michealroberts committed Jun 21, 2022
1 parent 847347a commit 821578a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ github.com/observerly/nocturnal/internal/router/setup.go:38.40,45.4 1 0
github.com/observerly/nocturnal/internal/router/setup.go:58.41,65.3 1 1
github.com/observerly/nocturnal/internal/router/setup.go:68.40,77.3 1 1
github.com/observerly/nocturnal/internal/router/setup.go:80.33,82.3 1 1
github.com/observerly/nocturnal/pkg/twilight/twilight.go:14.34,75.2 14 1
github.com/observerly/nocturnal/pkg/sun/sun.go:15.29,57.2 13 1
github.com/observerly/nocturnal/pkg/twilight/twilight.go:14.34,75.2 14 1
github.com/observerly/nocturnal/pkg/moon/moon.go:15.30,61.22 16 1
github.com/observerly/nocturnal/pkg/moon/moon.go:67.2,67.21 1 1
github.com/observerly/nocturnal/pkg/moon/moon.go:73.2,78.4 1 1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.7
github.com/observerly/dusk v1.14.1
github.com/observerly/dusk v1.15.0
github.com/stretchr/testify v1.7.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 h1:ZqeYNhU3OH
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 h1:Esafd1046DLDQ0W1YjYsBW+p8U2u7vzgW2SQVmlNazg=
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/observerly/dusk v1.14.1 h1:5RNANFDSRLSbmz9dL+wKO+yplH5n7KYuGnZmjR8Y1Ko=
github.com/observerly/dusk v1.14.1/go.mod h1:ABt8hslu9e+iax4vAigf4l+lC4JNUAE02GD0A87VKeU=
github.com/observerly/dusk v1.15.0 h1:7sWiuO/aJytG/rh6Bf7v42SE3jliXEbWCzD89mKwVaA=
github.com/observerly/dusk v1.15.0/go.mod h1:ABt8hslu9e+iax4vAigf4l+lC4JNUAE02GD0A87VKeU=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down
4 changes: 2 additions & 2 deletions pkg/transit/transit.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ func GetTransit(c *gin.Context) {
"az": fmt.Sprintf("%f", hz.Azimuth),
"ra": fmt.Sprintf("%f", rightAscension),
"dec": fmt.Sprintf("%f", declination),
"R": fmt.Sprintf("%f", refraction),
"X": fmt.Sprintf("%f", airmass),
"R": fmt.Sprintf("%v", refraction),
"X": fmt.Sprintf("%v", airmass),
}

transit := gin.H{
Expand Down

0 comments on commit 821578a

Please sign in to comment.