Compare commits

..

No commits in common. "master" and "v2.1.0" have entirely different histories.

10 changed files with 11 additions and 19 deletions

View file

@ -1,4 +1,4 @@
Copyright (C) 2022 Marius Schellenberger
Copyright (C) 2017 Marius Schellenberger
All rights reserved.
Redistribution and use in source and binary forms, with or without

4
go.mod
View file

@ -1,5 +1,3 @@
module git.giftfish.de/ston1th/godrop/v2
go 1.19
require golang.org/x/sys v0.24.0
require golang.org/x/sys v0.0.0-20181026144532-2772b66316d2 // indirect

4
go.sum
View file

@ -1,2 +1,2 @@
golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg=
golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.0.0-20181026144532-2772b66316d2 h1:W7CqTdBJ1CmxLKe7LptKDnBYV6PHrVLiGnoyBjaG/JQ=
golang.org/x/sys v0.0.0-20181026144532-2772b66316d2/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

View file

@ -1,6 +1,5 @@
// Copyright (C) 2022 Marius Schellenberger
// Copyright (C) 2018 Marius Schellenberger
//go:build go1.11
// +build go1.11
// Package godrop provides a simple library to drop privileges on Linux and OpenBSD.

View file

@ -1,6 +1,5 @@
// Copyright (C) 2022 Marius Schellenberger
// Copyright (C) 2018 Marius Schellenberger
//go:build go1.11
// +build go1.11
package godrop

View file

@ -1,4 +1,4 @@
// Copyright (C) 2022 Marius Schellenberger
// Copyright (C) 2018 Marius Schellenberger
package godrop

View file

@ -1,6 +1,5 @@
// Copyright (C) 2022 Marius Schellenberger
// Copyright (C) 2018 Marius Schellenberger
//go:build !openbsd
// +build !openbsd
package godrop

View file

@ -1,6 +1,5 @@
// Copyright (C) 2022 Marius Schellenberger
// Copyright (C) 2018 Marius Schellenberger
//go:build openbsd
// +build openbsd
package godrop

View file

@ -1,6 +1,5 @@
// Copyright (C) 2022 Marius Schellenberger
// Copyright (C) 2018 Marius Schellenberger
//go:build !openbsd
// +build !openbsd
package godrop

View file

@ -1,6 +1,5 @@
// Copyright (C) 2022 Marius Schellenberger
// Copyright (C) 2018 Marius Schellenberger
//go:build openbsd
// +build openbsd
package godrop